This commit is contained in:
Tour
2025-12-05 08:59:23 +01:00
parent 36a1edfecf
commit a06434642c
2 changed files with 6 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ services:
- "traefik.http.services.auctiora.loadbalancer.server.port=8081"
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8081/health/live"]
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8081/q/health/live"]
interval: 30s
timeout: 3s
retries: 3