deploy: restore configurable publish bind

This commit is contained in:
a.tolmachev
2026-04-11 13:33:04 +03:00
parent 2b81d9fc3b
commit 665ad906ec
5 changed files with 9 additions and 3 deletions
+1
View File
@@ -7,6 +7,7 @@ CRANK_ADMIN_API_IMAGE=crank/admin-api:dev
CRANK_MCP_SERVER_IMAGE=crank/mcp-server:dev
CRANK_UI_IMAGE=crank/ui:dev
CRANK_STORAGE_ROOT=/var/lib/crank/storage
CRANK_PUBLISH_BIND=127.0.0.1
CRANK_ADMIN_BIND=0.0.0.0:3001
CRANK_MCP_BIND=0.0.0.0:3002
CRANK_MCP_REFRESH_MS=5000