исправить: упорядочить запуск Community UI
CI / Rust Checks (pull_request) Successful in 6m41s
CI / UI Checks (pull_request) Successful in 4s
CI / Community Image Smoke (pull_request) Failing after 1m3s
CI / Frontend E2E (pull_request) Successful in 3m50s
CI / Deploy (pull_request) Has been skipped

This commit is contained in:
2026-07-31 03:36:53 +03:00
parent a02acf5db3
commit 511c26ea18
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -148,6 +148,11 @@ services:
context: ../..
dockerfile: apps/ui/Dockerfile
restart: unless-stopped
depends_on:
admin-api:
condition: service_healthy
mcp-server:
condition: service_healthy
ports:
- "${CRANK_PUBLISH_BIND:-127.0.0.1}:${CRANK_UI_PUBLISH_PORT:-3000}:3000"
healthcheck: