Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mattrobenolt/5b07b378349e1b03f2c4 to your computer and use it in GitHub Desktop.
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