front-end-fix

This commit is contained in:
Tour
2025-12-06 05:51:55 +01:00
parent 36b03dea7b
commit 1af565ae1b

View File

@@ -39,12 +39,12 @@ services:
- "traefik.http.routers.auctiora.tls.certresolver=letsencrypt"
- "traefik.http.services.auctiora.loadbalancer.server.port=8081"
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8081/q/health/live"]
interval: 30s
timeout: 3s
retries: 3
start_period: 10s
#healthcheck:
# test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8081/q/health/live"]
# interval: 30s
# timeout: 3s
# retries: 3
# start_period: 10s
networks:
traefik_net: