From f391cb71a63f7e3c5e3a431efd5f1fdd8db88fba Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Fri, 2 Oct 2020 19:23:31 +0200 Subject: [PATCH] Disable healthcheck for now --- compose.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/compose.yml b/compose.yml index d033559..f20a7b5 100644 --- a/compose.yml +++ b/compose.yml @@ -27,12 +27,13 @@ services: #- db_password - session_key - admin_password - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:5000"] - interval: 30s - timeout: 10s - retries: 10 - start_period: 5m + # 3wc: This seems to succeed within the container, but isn't yet working here + #healthcheck: + # test: ["CMD", "curl", "-f", "http://localhost:5000"] + # interval: 30s + # timeout: 10s + # retries: 10 + # start_period: 5m deploy: restart_policy: condition: on-failure