Skip to content

Instantly share code, notes, and snippets.

@camsom
Created March 4, 2015 20:33
Show Gist options
  • Save camsom/8a5244e625370825701c to your computer and use it in GitHub Desktop.
Save camsom/8a5244e625370825701c to your computer and use it in GitHub Desktop.
db:
image: orchardup/postgresql
ports:
- 5432
web:
build: .
command: python manage.py runserver 0.0.0.0:49001 --settings=reputationconsole.local_settings
volumes:
- .:/project_root
ports:
- 49001:49001
links:
- db
environment:
FACEBOOK_APP_ID:
FACEBOOK_APP_SECRET:
AWS_ACCESS_KEY:
AWS_SECRET_KEY:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment