Add postgres config to Metabase
This commit is contained in:
parent
06e80a9759
commit
5ad6cd0354
|
@ -86,7 +86,13 @@ services:
|
|||
ports:
|
||||
- 3096:3000
|
||||
environment:
|
||||
- JAVA_OPTS=-Xmx1g
|
||||
JAVA_OPTS: -Xmx1g
|
||||
MB_DB_TYPE: postgres
|
||||
MB_DB_DBNAME: metabase
|
||||
MB_DB_PORT: 5432
|
||||
MB_DB_USER: druid
|
||||
MB_DB_PASS: FoolishPassword
|
||||
MB_DB_HOST: postgres
|
||||
depends_on:
|
||||
- broker
|
||||
|
||||
|
|
|
@ -80,7 +80,13 @@ services:
|
|||
ports:
|
||||
- 3096:3000
|
||||
environment:
|
||||
- JAVA_OPTS=-Xmx1g
|
||||
JAVA_OPTS: -Xmx1g
|
||||
MB_DB_TYPE: postgres
|
||||
MB_DB_DBNAME: metabase
|
||||
MB_DB_PORT: 5432
|
||||
MB_DB_USER: druid
|
||||
MB_DB_PASS: FoolishPassword
|
||||
MB_DB_HOST: postgres
|
||||
depends_on:
|
||||
- broker
|
||||
|
||||
|
|
Loading…
Reference in New Issue