Skip to content

Instantly share code, notes, and snippets.

@dougcooper
Created August 29, 2019 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dougcooper/7d9b5aac90941c82bccedd6473ed335d to your computer and use it in GitHub Desktop.
Save dougcooper/7d9b5aac90941c82bccedd6473ed335d to your computer and use it in GitHub Desktop.
Odoo Docker
version: '2'
services:
web:
image: odoo:12.0
depends_on:
- db
ports:
- "8069:8069"
db:
image: postgres:10
environment:
- POSTGRES_PASSWORD=odoo
- POSTGRES_USER=odoo
- POSTGRES_DB=postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment