Created
July 19, 2015 08:52
-
-
Save thekashifmalik/49435987e242b4e77536 to your computer and use it in GitHub Desktop.
WIP docker-compose
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: sh -c "DJANGO_SETTINGS_MODULE=local_settings_api_service python manage.py runserver 0.0.0.0:80" | |
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