Refactor environment variables to use LazyLock for dynamic binding address and port

This commit is contained in:
2026-01-06 17:18:13 +01:00
parent f5ed10b822
commit 37d17dc8b8
2 changed files with 17 additions and 7 deletions

View File

@@ -19,6 +19,8 @@ services:
environment:
- TZ="Europe/Rome"
- BIND_ADDR="0.0.0.0"
- BIND_PORT="80"
tty: true
stdin_open: true
ports: