update metabase

This commit is contained in:
kev 2023-12-20 13:31:05 +08:00
parent ae77db77e6
commit 14ab509418
2 changed files with 4 additions and 0 deletions

View File

@ -3,4 +3,7 @@ metabase
[Metabase][1] is the easy, open source way for everyone in your company to ask questions and learn from data.
[Using the REST API][2]
[1]: https://www.metabase.com
[2]: https://github.com/metabase/metabase/wiki/Using-the-REST-API

View File

@ -14,6 +14,7 @@ services:
- MB_DB_PORT=5432
- MB_DB_USER=root
- MB_DB_PASS=root
- MAX_SESSION_AGE=20160 # value is in minutes (14 days by default)
- JAVA_TOOL_OPTIONS=-Xmx6g
# JAVA_OPTS=-Dcom.sun.management.jmxremote.port=1099
# -Dcom.sun.management.jmxremote.rmi.port=1099