auto-sync: 2026-04-19 17:50:02

This commit is contained in:
Stream
2026-04-19 17:50:02 +03:00
parent 76d9c85396
commit 7aec3d5243

View File

@@ -119,7 +119,7 @@ services:
preprocess:
condition: service_started
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://localhost:8080/health || exit 1"]
test: ["CMD-SHELL", "curl -sf http://localhost:8080/health || exit 1"]
interval: 30s
timeout: 5s
retries: 3