Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 511c26ea18 |
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user