From c91a9e024625dcce5c3dd0331c99c1ecf585f0c1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 25 Jun 2020 11:20:57 +0200 Subject: [PATCH] Try to re-instate the health check again --- compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/compose.yml b/compose.yml index 236146f..fa78cac 100644 --- a/compose.yml +++ b/compose.yml @@ -23,12 +23,12 @@ services: - DRONE_USER_CREATE=username:autonomic,admin:true networks: - proxy - # healthcheck: - # test: ["CMD", "wget", "-q", "-t 1", "http://localhost:8042/healthz"] - # interval: 10s - # timeout: 10s - # retries: 10 - # start_period: 10s + healthcheck: + test: ["CMD", "wget", "-qO", "-", "http://localhost:8042/healthz"] + interval: 10s + timeout: 10s + retries: 10 + start_period: 10s deploy: update_config: failure_action: rollback