Add support for additional allowed hosts in environment configuration

This commit is contained in:
Eduardo Silva
2025-04-22 17:02:43 -03:00
parent 06068fdc4c
commit 8708850143
8 changed files with 36 additions and 10 deletions

View File

@@ -6,10 +6,11 @@ services:
build:
context: .
environment:
- SERVER_ADDRESS=127.0.0.1
- DEBUG_MODE=True
- SERVER_ADDRESS=${SERVER_ADDRESS}
- DEBUG_MODE=${DEBUG_MODE}
- COMPOSE_VERSION=02r
- TZ=${TIMEZONE}
- EXTRA_ALLOWED_HOSTS=${EXTRA_ALLOWED_HOSTS}
volumes:
- wireguard:/etc/wireguard
- static_volume:/app_static_files/