Hello,
How to install odoo 15 with docker
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
How to install odoo 15 with docker
1- You should install docker for windows | Docker for Desktop
2- then install choco then install docker-compose with choco in your windows or mac- or linux
3- search github for docker composer file then run it
4- you can start your dockerise machine odoo in less than 10 second every time you want
5- enjoy it. plus my answer if usable for you
Hi,
To install Odoo using Docker, you can follow the steps mentioned in this guide: https://www.cybrosys.com/slides/how-to-install-odoo-using-docker
This guide provides a step-by-step tutorial on how to install and run Odoo on Docker, including setting up the required environment variables and running the Odoo and PostgreSQL containers.
Regards
Hello, You should make a better question but I can answer that you can copy and paste the docker-compose.yml file from this repository and before that you will have an odoo instance complete running.
https://hub.docker.com/_/odoo
The link below describes the entire process in detail. I hope it helps
Dock, Stack & Launch: Odoo deployment with Docker and Portainer
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
1
Jan 23
|
3416 | ||
|
1
Mar 24
|
6149 | ||
|
1
Feb 21
|
2561 | ||
|
0
Des 20
|
4413 | ||
|
0
Nov 24
|
1098 |
I am currently also trying to get it to run in a docker container with Odoo.
Unfortunately, the URL for entering the database data is displayed for me, but no JS and CSS data are displayed.
@christian, Did you manage to solve the issue? If yes, please explain what was the issue.