Skip to content

felexkemboi/metabase-docker-compose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published