fix: remove healthcheck from supervisor-ui service

This commit is contained in:
2025-11-23 20:38:37 +01:00
parent 9e2b19e7f6
commit 87216ab26a

View File

@@ -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