From 87216ab26aebac075aa2c6da5e98fc319a95c9f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 23 Nov 2025 20:38:37 +0100 Subject: [PATCH] fix: remove healthcheck from supervisor-ui service --- ai/compose.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ai/compose.yaml b/ai/compose.yaml index 4b997d0..3b34d54 100644 --- a/ai/compose.yaml +++ b/ai/compose.yaml @@ -249,12 +249,6 @@ services: # No auth needed - Supervisor has auth disabled (protected by Authelia) networks: - compose_network - healthcheck: - test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3000/api/health"] - interval: 30s - timeout: 10s - retries: 3 - start_period: 10s labels: - 'traefik.enable=${AI_SUPERVISOR_TRAEFIK_ENABLED:-true}' # HTTP to HTTPS redirect