From f5c4692271f6bfca9479766974021725fd8a6ed9 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 6 May 2021 13:11:00 +0200 Subject: [PATCH] Comment out healtcheck for now --- compose.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/compose.yml b/compose.yml index 840b2a8..429ff2a 100644 --- a/compose.yml +++ b/compose.yml @@ -66,12 +66,13 @@ services: entrypoint: /docker-entrypoint.sh networks: - internal - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:9000"] - interval: 30s - timeout: 10s - retries: 10 - start_period: 1m + # Note(decentral1se): bring back when https://git.autonomic.zone/coop-cloud/peertube/issues/1 solved + # healthcheck: + # test: ["CMD", "curl", "-f", "http://localhost:9000"] + # interval: 30s + # timeout: 10s + # retries: 10 + # start_period: 1m db: image: postgres:10-alpine