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
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
1
ene 23
|
3407 | ||
|
1
mar 24
|
6132 | ||
|
1
feb 21
|
2553 | ||
|
0
dic 20
|
4393 | ||
|
0
nov 24
|
1085 |
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.