mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-26 05:11:14 +00:00
Add support for additional allowed hosts in environment configuration
This commit is contained in:
@@ -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/
|
||||
|
Reference in New Issue
Block a user