fix: remove healthcheck from supervisor-ui service
This commit is contained in:
@@ -249,12 +249,6 @@ services:
|
|||||||
# No auth needed - Supervisor has auth disabled (protected by Authelia)
|
# No auth needed - Supervisor has auth disabled (protected by Authelia)
|
||||||
networks:
|
networks:
|
||||||
- compose_network
|
- 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:
|
labels:
|
||||||
- 'traefik.enable=${AI_SUPERVISOR_TRAEFIK_ENABLED:-true}'
|
- 'traefik.enable=${AI_SUPERVISOR_TRAEFIK_ENABLED:-true}'
|
||||||
# HTTP to HTTPS redirect
|
# HTTP to HTTPS redirect
|
||||||
|
|||||||
Reference in New Issue
Block a user