fix missing env var
This commit is contained in:
parent
ca15f7e363
commit
7b6eb10f6d
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ services:
|
|||
DJANGO_ALLOWED_HOSTS: <%= @sso_service_name %>
|
||||
DJANGO_ALLOWED_ORIGINS: <%= @allowed_origins %>
|
||||
STATIC_ROOT: /app/static
|
||||
DASHBOARD_CONFIG_FILE: /app/config.yaml
|
||||
init: true
|
||||
volumes:
|
||||
- pocs-data:/app/stored_pocs
|
||||
|
|
Loading…
Add table
Reference in a new issue