Skip to content

Instantly share code, notes, and snippets.

@xirdneh
Created August 14, 2018 19:20
Show Gist options
  • Save xirdneh/b9c5c82a3a06b8121406628b4e94efe6 to your computer and use it in GitHub Desktop.
Save xirdneh/b9c5c82a3a06b8121406628b4e94efe6 to your computer and use it in GitHub Desktop.
Tales from the Keyboard: Getting to Know Docker
django:
image: project/portal:local
links:
- potgresql:postgresql
- memcached:memcached
volumes:
- ./../src:/srv/www/project
- static:/srv/www/project/static
- media:/srv/www/project/media
ports:
- 8000:8000
- 8001:8001
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