From 0609cf8662af4618acaf274113291f110eec7119 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 6 May 2021 15:39:43 +0200 Subject: [PATCH] Drop healthcheck for nginx --- compose.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/compose.yml b/compose.yml index 6b98230..f1aecc3 100644 --- a/compose.yml +++ b/compose.yml @@ -31,12 +31,6 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "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"] - interval: 30s - timeout: 10s - retries: 10 - start_period: 10s app: image: chocobozzz/peertube:v3.1.0-buster