Skip to content

Instantly share code, notes, and snippets.

@thomas15v
Created May 15, 2017 12:01
Show Gist options
  • Save thomas15v/faa7d71eff4807b2e68bbcebddf62906 to your computer and use it in GitHub Desktop.
Save thomas15v/faa7d71eff4807b2e68bbcebddf62906 to your computer and use it in GitHub Desktop.
version: '2'
services:
odoo:
image: odoo:10
restart: always
links:
- db
volumes:
- ./extra-addons:/mnt/extra-addons
db:
image: postgres:9.4
restart: always
environment:
- POSTGRES_USER=odoo
- POSTGRES_PASSWORD=odoo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment