fix(ci): harden community image smoke
CI / Rust Checks (push) Successful in 12m30s
CI / UI Checks (push) Successful in 5s
CI / Frontend E2E (push) Failing after 9m30s
CI / Community Image Smoke (push) Successful in 11m18s
CI / Deploy (push) Has been skipped

This commit is contained in:
2026-08-30 22:22:13 +03:00
parent ad8390e297
commit d92f817e73
10 changed files with 162 additions and 30 deletions
+2 -2
View File
@@ -141,7 +141,7 @@ services:
ports:
- "${CRANK_PUBLISH_BIND:-127.0.0.1}:${CRANK_ADMIN_PUBLISH_PORT:-3001}:3001"
healthcheck:
test: ["CMD", "curl", "--fail", "http://127.0.0.1:3001/ready"]
test: ["CMD", "/usr/local/bin/crank-http-healthcheck", "3001", "/ready"]
interval: 15s
timeout: 5s
retries: 5
@@ -202,7 +202,7 @@ services:
ports:
- "${CRANK_PUBLISH_BIND:-127.0.0.1}:${CRANK_MCP_PUBLISH_PORT:-3002}:3002"
healthcheck:
test: ["CMD", "curl", "--fail", "http://127.0.0.1:3002/ready"]
test: ["CMD", "/usr/local/bin/crank-http-healthcheck", "3002", "/ready"]
interval: 15s
timeout: 5s
retries: 5