From 74b3748b2358ab22c0e107dc9a5db4e9a71dfddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 23 Nov 2025 22:49:33 +0100 Subject: [PATCH] feat(ai): add SUPERVISOR_LOGFILE env var to supervisor-ui for RunPod logs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Configure supervisor-ui to use correct logfile path (/workspace/logs/supervisord.log) for RunPod Supervisor instance. Fixes logs page error on https://supervisor.ai.pivoine.art/logs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- ai/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ai/compose.yaml b/ai/compose.yaml index 3b34d54..18009d7 100644 --- a/ai/compose.yaml +++ b/ai/compose.yaml @@ -246,6 +246,7 @@ services: # Connect to RunPod Supervisor via Tailscale SUPERVISOR_HOST: ${GPU_TAILSCALE_IP} SUPERVISOR_PORT: ${SUPERVISOR_BACKEND_PORT:-9001} + SUPERVISOR_LOGFILE: /workspace/logs/supervisord.log # No auth needed - Supervisor has auth disabled (protected by Authelia) networks: - compose_network