-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I cloned this project to easily deploy an Odoo development environment using Docker Compose, but I’m facing two main issues:
Missing Odoo Image Definition
The compose.yml file does not include an image definition for Odoo, and I cannot find any Dockerfile in the repository that could be used to build the Odoo container locally. Without this, it’s unclear how the Odoo service is supposed to be started.
Unclear Initialization Steps
The documentation or README does not specify if I should manually build an Odoo image?
Expected Behavior:
The repository should include either a pre-configured Odoo image reference or a Dockerfile to build it.
Actual Behavior:
The compose.yml file is incomplete regarding the Odoo service.
Additional Context:
I have Docker and Docker Compose installed and working.
I’m looking to use this project for local Odoo development.
Possible Solutions:
Add a Dockerfile for Odoo or reference a public image in compose.yml.
Update the README with step-by-step setup instructions.
Let me know if you need more details or if there’s something I’m missing!