add DAEMON_FLAGS to config.env and command to docker-compose (for enabling debugging

This commit is contained in:
root 2025-01-05 21:32:21 +00:00
parent bce011d6dc
commit 1ef4939a94
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
DAEMON_FLAGS=""
ADMIN_EMAIL="no-reply@supernets.org" ADMIN_EMAIL="no-reply@supernets.org"
SID="01B" SID="01B"
SERVER_NAME="lux.supernets.org" SERVER_NAME="lux.supernets.org"

View File

@ -4,6 +4,7 @@ services:
build: build:
context: . context: .
image: inspi4 image: inspi4
command: ${DAEMON_FLAGS}
network_mode: "host" network_mode: "host"
env_file: "config.env" env_file: "config.env"
volumes: volumes: