diff --git a/compose.yml b/compose.yml index 87f27c0..90d5667 100644 --- a/compose.yml +++ b/compose.yml @@ -27,12 +27,13 @@ services: #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - "coop-cloud.${STACK_NAME}.version=" - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost"] - interval: 30s - timeout: 10s - retries: 10 - start_period: 1m + # https://github.com/restic/rest-server/issues/147 + # healthcheck: + # test: ["CMD", "curl", "-f", "http://localhost:8000"] + # interval: 30s + # timeout: 10s + # retries: 10 + # start_period: 1m networks: proxy: