Skip to content

Instantly share code, notes, and snippets.

@xirdneh
Created August 14, 2018 19:18
Show Gist options
  • Save xirdneh/13d33bda83e341d33ec3ae04ee38670e to your computer and use it in GitHub Desktop.
Save xirdneh/13d33bda83e341d33ec3ae04ee38670e to your computer and use it in GitHub Desktop.
Tales from the Keyboard
django:
image: project/portal:local
links:
- potgresql:postgresql
- memcached:memcached
volumes:
- ./../src:/srv/www/project
- /srv/www/project/static:/srv/www/project/static
- /srv/www/project/media:/srv/www/project/media
ports:
- 8000:8000
command: newrelic-admin run-program /usr/local/bin/uwsgi --ini /srv/www/project/wsgi.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment