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