Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.04 KB

metabase-docker-compose 🐳

This project aims to build a production ready docker-compose file for Metabase.

PR are welcome. Contributors should comply with code of conduct.

Table of Contents

Prepering

First, you need to create .env file;

cp .env.example .env

Then, you need to change passwords at .env file. Do not forget adjust JAVA_TIMEZONE environment according to your timezone. You should also adjust PGADMIN_DEFAULT_EMAIL variable with your email.

Run

docker-compose up -d

and then point to localhost:3000. It may take couple of minutes to get a response until containers are up and running. You may use PgAdmin4 in case needed from localhots:3001.

Roadmap

  • MongoDB setup at the start
  • Improve documentation
  • Clustering?
  • Inject sample data