Skip to content

Instantly share code, notes, and snippets.

@thekashifmalik
Created July 19, 2015 08:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thekashifmalik/49435987e242b4e77536 to your computer and use it in GitHub Desktop.
Save thekashifmalik/49435987e242b4e77536 to your computer and use it in GitHub Desktop.
WIP docker-compose
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