fix: disable health check
This commit is contained in:
parent
3bb09becc1
commit
fef5045314
13
compose.yml
13
compose.yml
@ -27,12 +27,13 @@ services:
|
|||||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
||||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||||
- "coop-cloud.${STACK_NAME}.version="
|
- "coop-cloud.${STACK_NAME}.version="
|
||||||
healthcheck:
|
# https://github.com/restic/rest-server/issues/147
|
||||||
test: ["CMD", "curl", "-f", "http://localhost"]
|
# healthcheck:
|
||||||
interval: 30s
|
# test: ["CMD", "curl", "-f", "http://localhost:8000"]
|
||||||
timeout: 10s
|
# interval: 30s
|
||||||
retries: 10
|
# timeout: 10s
|
||||||
start_period: 1m
|
# retries: 10
|
||||||
|
# start_period: 1m
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user