콘텐츠로 건너뛰기
메뉴
신고된 질문입니다
2 답글
4023 화면

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.

아바타
취소
베스트 답변

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
28076
1
1월 23
2865
1
11월 22
4925
1
8월 23
3873