auto-sync: 2026-04-19 22:00:01

This commit is contained in:
Stream
2026-04-19 22:00:01 +03:00
parent cb6a779be7
commit c810516afc
2 changed files with 219 additions and 128 deletions

View File

@@ -151,7 +151,7 @@ services:
api:
condition: service_started
healthcheck:
test: ["CMD-SHELL", "test -f /tmp/monitoring-ready && pgrep -f main.py > /dev/null || exit 1"]
test: ["CMD-SHELL", "test -f /tmp/monitoring-ready || exit 1"]
interval: 30s
timeout: 5s
retries: 3