From 453c98d1c1cdc706ae23502bc2ffbe9cb10110b1 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 17 Mar 2021 14:14:58 +0100 Subject: [PATCH] Drop healthcheck since no curl is there --- compose.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/compose.yml b/compose.yml index 9a45dee..b2d98a7 100644 --- a/compose.yml +++ b/compose.yml @@ -17,12 +17,6 @@ services: - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "coop-cloud.${STACK_NAME}.app.version=${ABRA_TYPE_APP_VERSION}-${ABRA_TYPE_APP_DIGEST}" - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:3000"] - interval: 30s - timeout: 10s - retries: 10 - start_period: 1m networks: proxy: