Skip to content

Instantly share code, notes, and snippets.

@xirdneh
Created August 14, 2018 19:19
Show Gist options
  • Save xirdneh/0f085c3daa3322fad31e734922e3c0d9 to your computer and use it in GitHub Desktop.
Save xirdneh/0f085c3daa3322fad31e734922e3c0d9 to your computer and use it in GitHub Desktop.
Tales from the Keyaboard: Getting to Know Docker
django:
volumes:
- ./../src:/srv/www/project
- static:/srv/www/project/static
- media:/srv/www/project/media
ports:
- 8001:8000
command: /srv/www/project/bin/run-dev.sh
volumes:
static:
media:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment