From 980bb96c741cb3c8c1aebe26fbfb45a457fb58be Mon Sep 17 00:00:00 2001 From: Stephan D Date: Fri, 5 Dec 2025 05:43:08 +0100 Subject: [PATCH] relaxed healthcheck --- ci/prod/compose/frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/prod/compose/frontend.yml b/ci/prod/compose/frontend.yml index 9a1ef16..ef0c0d7 100644 --- a/ci/prod/compose/frontend.yml +++ b/ci/prod/compose/frontend.yml @@ -31,7 +31,7 @@ services: - "0.0.0.0:${FRONTEND_HTTP_PORT}:80" - "0.0.0.0:${FRONTEND_HTTPS_PORT}:443" healthcheck: - test: ["CMD-SHELL","curl -sf http://localhost:80/ >/dev/null"] + test: ["CMD", "curl", "-f", "http://localhost:2019/config"] interval: 30s timeout: 10s retries: 3