Skip to content

Instantly share code, notes, and snippets.

@yoanisgil
Created February 16, 2016 20:25
Show Gist options
  • Save yoanisgil/ab633257c02870905ab7 to your computer and use it in GitHub Desktop.
Save yoanisgil/ab633257c02870905ab7 to your computer and use it in GitHub Desktop.
Odoo Demo
odoo:
image: odoo:9
ports:
- "8069:8069/tcp"
links:
- "db:db"
db:
image: postgres:9
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