Forked from thekashifmalik/gist:49435987e242b4e77536
Last active
August 29, 2015 14:25
-
-
Save mattrobenolt/5b07b378349e1b03f2c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
api: | |
build: . | |
command: python manage.py runserver 0.0.0.0:80 | |
environment: | |
DJANGO_SETTINGS_MODULE: local_settings_api_service | |
ports: | |
- "80:80" | |
volumes: | |
- .:/usr/src | |
links: | |
- postgres | |
postgres: | |
image: postgres |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment