Skip to content

Instantly share code, notes, and snippets.

@akhdaniel
Created April 15, 2021 08:16
Show Gist options
  • Save akhdaniel/09487c6fd89731b9343207c19487e895 to your computer and use it in GitHub Desktop.
Save akhdaniel/09487c6fd89731b9343207c19487e895 to your computer and use it in GitHub Desktop.
Odoo docker compose
### yml
version: '2'
services:
web:
image: odoo:11
depends_on:
- db
ports:
- "8069:8069"
volumes:
- ./data:/var/lib/odoo
- ./config:/etc/odoo
- ./addons:/mnt/extra-addons
- ./logs:/var/log/odoo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment