Fixed compose launch
This commit is contained in:
parent
eeb35ce4f6
commit
533d6f09e8
@ -3,7 +3,7 @@ services:
|
||||
image: "polyphonic:latest"
|
||||
build: "."
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "8001:8000"
|
||||
volumes:
|
||||
- "./data:/var/polyphonic"
|
||||
- "./local_settings.py:/opt/polyphonic/local_settings.py"
|
||||
@ -11,3 +11,4 @@ services:
|
||||
environment:
|
||||
DJANGO_SETTINGS_MODULE: local_settings
|
||||
PYTHONPATH: /opt/polyphonic
|
||||
WORK_DIR: /var/polyphonic
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user