File tree Expand file tree Collapse file tree 5 files changed +10
-20
lines changed Expand file tree Collapse file tree 5 files changed +10
-20
lines changed Original file line number Diff line number Diff line change 1- .idea
2- node_modules
3- docker-compose. *
1+ ** / .idea
2+ ** / node_modules
3+ ** / docker-compose. *
44.dockerignore
Original file line number Diff line number Diff line change 11services :
22 metabase :
3- build :
4- context : .
5- dockerfile : metabase/Dockerfile
3+ image : metabase/metabase-enterprise:v1.55.x
64 environment :
7- MB_CONFIG_FILE_PATH : " . /app/init- config.yml"
5+ MB_CONFIG_FILE_PATH : /app/config.yml
86 MB_JETTY_PORT : " ${MB_PORT}"
97 MB_EDITION : " ee"
108 MB_SITE_URL : " http://localhost:${MB_PORT}/"
@@ -19,6 +17,8 @@ services:
1917 retries : 10
2018 ports :
2119 - " ${MB_PORT}:${MB_PORT}"
20+ volumes :
21+ - ./metabase/config.yml:/app/config.yml
2222
2323 client :
2424 depends_on :
Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 33 "private" : true ,
44 "version" : " 0.0.0" ,
55 "scripts" : {
6- "start" : " npm run docker:up" ,
6+ "start" : " npm run docker:up -- --build" ,
7+ "rm" : " npm run docker:down -- --volumes --rmi all --remove-orphans" ,
78 "docker:up" : " docker compose --env-file .env.docker up" ,
8- "docker:down" : " docker compose --env-file .env.docker down --rmi all --volumes "
9+ "docker:down" : " docker compose --env-file .env.docker down"
910 }
1011}
You can’t perform that action at this time.
0 commit comments