To run Odoo locally with live-reload of the addons/ folder, an override compose file is provided.
Usage (development):
# default docker-compose picks up docker-compose.override.yaml automatically
docker-compose upUsage (production):
Build the image (Dockerfile copies ./addons into the image) and run without the local bind mount:
docker-compose build --no-cache
docker-compose up -d