Created
September 7, 2019 09:39
-
-
Save freyandhy/c1ce6e1ec479b756ad3534ac0893dd1d to your computer and use it in GitHub Desktop.
docker-compose.yml for django-alpine
This file contains 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
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