fix missing env var

This commit is contained in:
Valerio Lomanto 2025-02-17 11:00:43 +01:00
parent ca15f7e363
commit 7b6eb10f6d
Signed by: verglasz
GPG key ID: 33263D8CFCFEC285

View file

@ -20,6 +20,7 @@ services:
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 STATIC_ROOT: /app/static
DASHBOARD_CONFIG_FILE: /app/config.yaml
init: true init: true
volumes: volumes:
- pocs-data:/app/stored_pocs - pocs-data:/app/stored_pocs