build: speed up rust image builds and validate env

This commit is contained in:
a.tolmachev
2026-04-11 10:00:54 +03:00
parent 47b7af784b
commit 70e817b44a
7 changed files with 162 additions and 10 deletions
+1
View File
@@ -63,6 +63,7 @@ services:
CRANK_MCP_REFRESH_MS: ${CRANK_MCP_REFRESH_MS:-5000}
CRANK_LOG_LEVEL: ${CRANK_LOG_LEVEL:-info}
CRANK_SECRET_PROVIDER: ${CRANK_SECRET_PROVIDER:-env}
CRANK_MASTER_KEY: ${CRANK_MASTER_KEY}
CRANK_PUBLIC_BASE_URL: ${CRANK_PUBLIC_BASE_URL:-http://localhost:3000}
depends_on:
postgres: