Created
August 14, 2018 19:18
-
-
Save xirdneh/13d33bda83e341d33ec3ae04ee38670e to your computer and use it in GitHub Desktop.
Tales from the Keyboard
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
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