auto-sync: 2026-04-19 18:20:01

This commit is contained in:
Stream
2026-04-19 18:20:01 +03:00
parent 7aec3d5243
commit 07af49ee60

View File

@@ -119,7 +119,7 @@ services:
preprocess:
condition: service_started
healthcheck:
test: ["CMD-SHELL", "curl -sf http://localhost:8080/health || exit 1"]
test: ["CMD-SHELL", "python -c 'import urllib.request; urllib.request.urlopen(\"http://localhost:8080/health\")' || exit 1"]
interval: 30s
timeout: 5s
retries: 3