Hello everyone, I have tried to install odoo 18 enterprice in Docker, I already have the .deb image, but it always gives me an error, I have checked that the most common thing is to do it with the community, but is there that possibility? What should I consider to do it.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
To install Odoo 18 Enterprise in Docker, you'll need to create a custom Dockerfile that installs Odoo dependencies and includes your Enterprise code. Ensure you have a valid Odoo Enterprise subscription and use docker-compose to set up services like PostgreSQL. Mount your Odoo files as volumes, and configure the odoo.conf file for database and other settings. Build the container with docker-compose up --build and test it. If any issues arise, check permissions and logs for troubleshooting.
Instructions for installing docker on ubuntu here:
And instructions for odoo docker image here:
https://hub.docker.com/_/odoo/
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
2
11月 24
|
28067 | ||
|
1
1月 23
|
2862 | ||
|
1
11月 22
|
4923 | ||
|
1
8月 23
|
3866 |