This commit is contained in:
2025-10-28 21:03:55 -05:00
parent 68df18ba37
commit 0e623bc320
4 changed files with 282 additions and 26 deletions

View File

@@ -64,4 +64,8 @@ WAKAAPI_INITIALIZATION_TIMEOUT=45s
DOCKER_COMPOSE_STARTUP_TIMEOUT=120s
# Localhost binding
BIND_ADDRESS=127.0.0.1
BIND_ADDRESS=127.0.0.1
# Security - UID/GID mapping (to be set by control script)
TSYSDEVSTACK_UID=1000
TSYSDEVSTACK_DOCKER_GID=999