1 Commits

Author SHA1 Message Date
bsodfather 511c26ea18 исправить: упорядочить запуск 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
2026-07-31 03:36:53 +03:00
2 changed files with 10 additions and 0 deletions
@@ -166,6 +166,11 @@ services:
ui: ui:
image: ${CRANK_UI_IMAGE:-git.itexp.me/bsodfather/crank-community-ui:main} image: ${CRANK_UI_IMAGE:-git.itexp.me/bsodfather/crank-community-ui:main}
restart: unless-stopped restart: unless-stopped
depends_on:
admin-api:
condition: service_healthy
mcp-server:
condition: service_healthy
ports: ports:
- "${CRANK_PUBLISH_BIND:-127.0.0.1}:${CRANK_UI_PUBLISH_PORT:-3000}:3000" - "${CRANK_PUBLISH_BIND:-127.0.0.1}:${CRANK_UI_PUBLISH_PORT:-3000}:3000"
healthcheck: healthcheck:
+5
View File
@@ -148,6 +148,11 @@ services:
context: ../.. context: ../..
dockerfile: apps/ui/Dockerfile dockerfile: apps/ui/Dockerfile
restart: unless-stopped restart: unless-stopped
depends_on:
admin-api:
condition: service_healthy
mcp-server:
condition: service_healthy
ports: ports:
- "${CRANK_PUBLISH_BIND:-127.0.0.1}:${CRANK_UI_PUBLISH_PORT:-3000}:3000" - "${CRANK_PUBLISH_BIND:-127.0.0.1}:${CRANK_UI_PUBLISH_PORT:-3000}:3000"
healthcheck: healthcheck: