add ALLOWED_HOSTS in docker compose

This commit is contained in:
pedro 2024-10-16 22:48:42 +02:00 committed by Cayo Puigdefabregas
parent 425b032273
commit c49644ffbd
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ services:
environment:
- DEBUG=true
- DOMAIN=${DOMAIN:-localhost}
- ALLOWED_HOSTS=${ALLOWED_HOSTS:-localhost}
- DEMO=${DEMO:-false}
- PREDEFINED_TOKEN=${PREDEFINED_TOKEN:-}
volumes: