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
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
1
thg 1 23
|
3554 | ||
|
1
thg 3 24
|
6346 | ||
|
1
thg 2 21
|
2693 | ||
|
0
thg 12 20
|
4605 | ||
|
0
thg 11 24
|
1247 |
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.