From 9b612b8a0771bfaa8113f00ec40b32609d348ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 28 May 2020 08:44:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20healthcheck=20until=20i?= =?UTF-8?q?t=20is=20built=20into=20the=20image=20and=20can=20be=20tested?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.swarm.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.swarm.yml b/docker-compose.swarm.yml index dfc437b7..6b112621 100644 --- a/docker-compose.swarm.yml +++ b/docker-compose.swarm.yml @@ -76,12 +76,12 @@ services: volumes: - gitlab-data:/home/git/data:Z - certs-data:/certs - healthcheck: - test: ["CMD", "/usr/local/sbin/healthcheck"] - interval: 5m - timeout: 10s - retries: 3 - start_period: 5m + # healthcheck: + # test: ["CMD", "/usr/local/sbin/healthcheck"] + # interval: 5m + # timeout: 10s + # retries: 3 + # start_period: 5m networks: # To communicate with other services in this stack - default