Revert "Dawarich: Temporarily disabled healthcheck for app container"

Dawarich: The healthcheck in the app container is fixed
This reverts commit 0eb877a2bb.
This commit is contained in:
2025-05-20 20:56:04 +02:00
parent 0eb877a2bb
commit 54e480272c

View File

@@ -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