From 383295716e9fc841a7f00b5edac764d3f0271afb Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 14 Feb 2021 15:39:54 +0100 Subject: [PATCH] Drop healthcheck for now --- compose.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/compose.yml b/compose.yml index 20b516d..2d1d062 100644 --- a/compose.yml +++ b/compose.yml @@ -16,12 +16,6 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:${PORT}"] - interval: 30s - timeout: 10s - retries: 10 - start_period: 1m networks: proxy: