Add Metabase for analytics and Business Intelligence (#1711)

* Include metabase service
* Removing unecessary environment variables
* Update documentation
This commit is contained in:
Ígor Jacaúna
2018-07-29 01:07:15 -04:00
committed by Shao Yu-Lung (Allen)
parent 303dadf33d
commit 8180804ae0
3 changed files with 31 additions and 0 deletions

View File

@ -402,3 +402,8 @@ MONGO_WEBUI_PORT=3000
MONGO_WEBUI_ROOT_URL=http://localhost
MONGO_WEBUI_MONGO_URL=mongodb://mongo:27017/
MONGO_WEBUI_INSTALL_MONGO=false
### METABASE ###############################################
METABASE_PORT=3030
METABASE_DB_FILE=metabase.db
METABASE_JAVA_TIMEZONE=US/Pacific