callback container integrated fully

This commit is contained in:
root
2026-08-09 13:17:44 +02:00
parent 639c2b68c8
commit 5594431749
12 changed files with 196 additions and 65 deletions
+4 -1
View File
@@ -10,5 +10,8 @@ LOCAL_ADMIN_PASSWORD=CHANGE_ME_MIN_12_CHARS
BACKUP_INTERVAL_HOURS=8
BACKUP_RETENTION_DAYS=3
# Optional host port for the callback-only Docker Compose profile.
# Dedicated callback-only listener. It starts with the normal Compose stack.
# Use 127.0.0.1 when a reverse proxy runs on the same host; use a specific LAN/DMZ
# address or 0.0.0.0 only when the listener must be reachable directly.
CALLBACK_BIND_IP=127.0.0.1
CALLBACK_PORT=8090