Fixed #11: Upgraded to django 1.11

This commit is contained in:
Eliot Berriot 2017-06-26 18:10:38 +02:00
commit 4cb2f53db3
7 changed files with 17 additions and 18 deletions

View file

@ -36,17 +36,18 @@ services:
- C_FORCE_ROOT=true
volumes:
- ./api:/app
- ./data/music:/music
api:
env_file: .env.dev
build:
context: ./api
dockerfile: docker/Dockerfile.local
dockerfile: docker/Dockerfile.test
command: python /app/manage.py runserver 0.0.0.0:12081
volumes:
- ./api:/app
- ./data/music:/music
ports:
- "12081"
- "12081:12081"
links:
- postgres
- redis