File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 22** /node_modules
33** /docker-compose. *
44.dockerignore
5+ .claude
Original file line number Diff line number Diff line change 3535# debug
3636* .log
3737npm-debug.log *
38+
39+
40+ # agents
41+ .claude
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments