From 05f160625cf8d7f90e993a4eb60e6c1c584c1d3c Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 26 Aug 2021 12:11:00 +0200 Subject: [PATCH] Drop crufty health checks for now --- compose.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/compose.yml b/compose.yml index 35930a6..0317692 100644 --- a/compose.yml +++ b/compose.yml @@ -63,12 +63,6 @@ services: - ${EXTRA_VOLUME} networks: - internal - # healthcheck: - # test: ["CMD", "curl", "-f", "http://localhost"] - # interval: 30s - # timeout: 10s - # retries: 10 - # start_period: 1m deploy: update_config: failure_action: rollback @@ -88,12 +82,6 @@ services: - "mariadb:/var/lib/mysql" networks: - internal - # healthcheck: - # test: 'mysql -p"$$(tr -d "\n" < /run/secrets/db_root_password)"' - # interval: 20s - # timeout: 2s - # retries: 3 - # start_period: 30s deploy: labels: ["coop-cloud.${STACK_NAME}.db.version=10.5-9c681cef"] # cron: