mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-03-17 20:57:48 +02:00
update metabase
This commit is contained in:
parent
aa0ecde5fa
commit
2749ce96ed
@ -6,6 +6,7 @@ services:
|
||||
image: metabase/metabase
|
||||
ports:
|
||||
- "3000:3000"
|
||||
# "1099:1099"
|
||||
environment:
|
||||
- MB_DB_TYPE=postgres
|
||||
- MB_DB_DBNAME=metabase
|
||||
@ -13,6 +14,12 @@ services:
|
||||
- MB_DB_PORT=5432
|
||||
- MB_DB_USER=root
|
||||
- MB_DB_PASS=root
|
||||
# JAVA_OPTS=-Dcom.sun.management.jmxremote.port=1099
|
||||
# -Dcom.sun.management.jmxremote.rmi.port=1099
|
||||
# -Dcom.sun.management.jmxremote.authenticate=false
|
||||
# -Dcom.sun.management.jmxremote.ssl=false
|
||||
# -Dcom.sun.management.jmxremote.local.only=false
|
||||
# -Djava.rmi.server.hostname=metabase.easypi.pro
|
||||
depends_on:
|
||||
- postgres
|
||||
restart: unless-stopped
|
||||
|
Loading…
x
Reference in New Issue
Block a user