front-end-fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user