metabase-compose icon indicating copy to clipboard operation
metabase-compose copied to clipboard

A dockerized solution to run Metabase using compose

Results 4 metabase-compose issues
Sort by recently updated
recently updated
newest added

Add the missing entry db_root_password so that Dockerfile-mysql is populated.

Hi, Thanks sharing this work ! For mysql this entry is missing in docker-compose.yml db_root_password: ${DB_ROOT_PASSWORD} So that Dockerfile-mysql is populated. Thank you !

Hello and thank you very much for your tutorial. All is running pretty well... One question that I need help with is upgrading the metabase image without any data loss....

I cloned the repository, copied the .env file & configured it so that it aligns with my wishes (i.e using MySQL instead of Postgresql), and I set up the DB_NAME,...