Skip to content

Instantly share code, notes, and snippets.

@freyandhy
Created September 7, 2019 09:39
Show Gist options
  • Save freyandhy/c1ce6e1ec479b756ad3534ac0893dd1d to your computer and use it in GitHub Desktop.
Save freyandhy/c1ce6e1ec479b756ad3534ac0893dd1d to your computer and use it in GitHub Desktop.
docker-compose.yml for django-alpine
version: "3"
services:
djangoapp:
build: .
ports:
- "5000:5000"
volumes:
- ./project:/app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment