From 21cc6d897167e1f1b7223cc2ff1ae18dbbe9c461 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 29 Apr 2021 16:12:26 +0200 Subject: [PATCH] Disable healthcheck for now See https://github.com/go-gitea/gitea/issues/15661 --- compose.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/compose.yml b/compose.yml index cabcb8a..6695e44 100644 --- a/compose.yml +++ b/compose.yml @@ -35,12 +35,13 @@ services: networks: - proxy - internal - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:3000"] - interval: 15s - timeout: 10s - retries: 10 - start_period: 30s + # Disabled for now, see https://github.com/go-gitea/gitea/issues/15661 + # healthcheck: + # test: ["CMD", "curl", "-f", "http://localhost:3000"] + # interval: 15s + # timeout: 10s + # retries: 10 + # start_period: 30s deploy: update_config: failure_action: rollback