Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 511c26ea18 |
@@ -166,6 +166,11 @@ services:
|
||||
ui:
|
||||
image: ${CRANK_UI_IMAGE:-git.itexp.me/bsodfather/crank-community-ui:main}
|
||||
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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user