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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user