fix: pass demo seed env to admin api

This commit is contained in:
a.tolmachev
2026-03-31 11:58:46 +03:00
parent 439732a43a
commit 84f4437ce0
+1
View File
@@ -35,6 +35,7 @@ services:
CRANK_BOOTSTRAP_ADMIN_EMAIL: ${CRANK_BOOTSTRAP_ADMIN_EMAIL}
CRANK_BOOTSTRAP_ADMIN_PASSWORD: ${CRANK_BOOTSTRAP_ADMIN_PASSWORD}
CRANK_BOOTSTRAP_ADMIN_DISPLAY_NAME: ${CRANK_BOOTSTRAP_ADMIN_DISPLAY_NAME:-Crank Owner}
CRANK_DEMO_SEED: ${CRANK_DEMO_SEED:-false}
depends_on:
postgres:
condition: service_healthy