Dawarich: Temporarily disabled healthcheck for app container

The healthcheck wil always return 0
This commit is contained in:
2025-05-20 01:29:39 +02:00
parent 84cdd6092d
commit 0eb877a2bb

View File

@@ -73,7 +73,8 @@ services:
max-size: "100m" max-size: "100m"
max-file: "5" max-file: "5"
healthcheck: healthcheck:
test: [ "CMD-SHELL", "wget -qO - http://127.0.0.1:3000/api/v1/health | grep -q '\"status\"\\s*:\\s*\"ok\"'" ] #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" ]
interval: 10s interval: 10s
retries: 30 retries: 30
start_period: 30s start_period: 30s