From 54e480272c7fa33c47d7241eae76b59f42e4413f Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Tue, 20 May 2025 20:56:04 +0200 Subject: [PATCH] Revert "Dawarich: Temporarily disabled healthcheck for app container" Dawarich: The healthcheck in the app container is fixed This reverts commit 0eb877a2bbe1ed7424dd63f347a3943cd167e533. --- stacks/dawarich-stack.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stacks/dawarich-stack.yaml b/stacks/dawarich-stack.yaml index 5637c39..28ef6bc 100644 --- a/stacks/dawarich-stack.yaml +++ b/stacks/dawarich-stack.yaml @@ -73,8 +73,7 @@ services: max-size: "100m" max-file: "5" healthcheck: - #test: [ "CMD-SHELL", "wget -qO - http://127.0.0.1:3000/api/v1/health | grep -q '\"status\"\\s*:\\s*\"ok\"'" ] - test: [ "CMD-SHELL", "exit 0" ] + test: [ "CMD-SHELL", "wget -qO - http://127.0.0.1:3000/api/v1/health | grep -q '\"status\"\\s*:\\s*\"ok\"'" ] interval: 10s retries: 30 start_period: 30s