add DAEMON_FLAGS option to enable debugging from config.env

This commit is contained in:
root 2025-01-05 21:38:09 +00:00
parent 9fdf4b1b38
commit 5030efb67f
5 changed files with 3 additions and 0 deletions

2
config.env.example Normal file
View File

@ -0,0 +1,2 @@
DAEMON_FLAGS=""
SERVER_NAME="services.supernets.org"

0
data/.gitignore vendored Normal file → Executable file
View File

0
data/atheme.conf Normal file → Executable file
View File

0
data/include.default.conf Normal file → Executable file
View File

View File

@ -5,6 +5,7 @@ services:
args:
BUILD_SERVER_NAME: ${SERVER_NAME}
image: atheme
command: ${DAEMON_FLAGS}
network_mode: "host"
env_file: "config.env"
volumes: