fix: supervisor env

This commit is contained in:
2025-11-26 22:58:16 +01:00
parent 2ab43e8fd3
commit 8bdcde4b90

View File

@@ -256,7 +256,7 @@ services:
TZ: ${TIMEZONE:-Europe/Berlin} TZ: ${TIMEZONE:-Europe/Berlin}
NODE_ENV: production NODE_ENV: production
# Connect to RunPod Supervisor via Tailscale # Connect to RunPod Supervisor via Tailscale
SUPERVISOR_HOST: ${GPU_TAILSCALE_IP} SUPERVISOR_HOST: ${GPU_TAILSCALE_HOST}
SUPERVISOR_PORT: ${SUPERVISOR_BACKEND_PORT:-9001} SUPERVISOR_PORT: ${SUPERVISOR_BACKEND_PORT:-9001}
# No auth needed - Supervisor has auth disabled (protected by Authelia) # No auth needed - Supervisor has auth disabled (protected by Authelia)
networks: networks: