Fixed #11: Upgraded to django 1.11
This commit is contained in:
parent
37ebde38ee
commit
4cb2f53db3
7 changed files with 17 additions and 18 deletions
7
dev.yml
7
dev.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue