From 8bdcde4b904ba7fd9039efab834a346dac870cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Wed, 26 Nov 2025 22:58:16 +0100 Subject: [PATCH] fix: supervisor env --- ai/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/compose.yaml b/ai/compose.yaml index 6b94153..aeafd61 100644 --- a/ai/compose.yaml +++ b/ai/compose.yaml @@ -256,7 +256,7 @@ services: TZ: ${TIMEZONE:-Europe/Berlin} NODE_ENV: production # Connect to RunPod Supervisor via Tailscale - SUPERVISOR_HOST: ${GPU_TAILSCALE_IP} + SUPERVISOR_HOST: ${GPU_TAILSCALE_HOST} SUPERVISOR_PORT: ${SUPERVISOR_BACKEND_PORT:-9001} # No auth needed - Supervisor has auth disabled (protected by Authelia) networks: