Skip to content

Commit e4d5754

Browse files
committed
Handle MB_RUN_MODE and METASTORE_DEV_SERVER_URL env vars
1 parent 8322072 commit e4d5754

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
**/node_modules
33
**/docker-compose.*
44
.dockerignore
5+
.claude

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ build
3535
# debug
3636
*.log
3737
npm-debug.log*
38+
39+
40+
# agents
41+
.claude

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ services:
99
MB_JWT_SHARED_SECRET: "${METABASE_JWT_SHARED_SECRET}"
1010
MB_SETUP_TOKEN: "${PREMIUM_EMBEDDING_TOKEN}"
1111
MB_PREMIUM_EMBEDDING_TOKEN: "${PREMIUM_EMBEDDING_TOKEN}"
12+
MB_RUN_MODE: "${MB_RUN_MODE}"
13+
METASTORE_DEV_SERVER_URL: "${METASTORE_DEV_SERVER_URL}"
1214
MB_JWT_IDENTITY_PROVIDER_URI: "http://localhost:${AUTH_PROVIDER_PORT}/sso/metabase"
1315
healthcheck:
1416
test: curl --fail -X GET -I "http://localhost:${MB_PORT}/api/health" || exit 1

0 commit comments

Comments
 (0)