I want to run the metabase using docker-compose. The problem is I already have a docker-compose file that starts a bunch of other applications and I want to include this one as well.
This is the docker-compose file I already have: https://file.io/0mW5Mv
This is the docker-compose that runs metabase and I have to include it on the above file I already have: https://file.io/nGFgFE
This is the tutorial I follow: medium. com/@martinahindura/how-to-setup-metabase-with-postgresql-and-docker-compose-bf4cc7e7f899
I recently needed to spin up Metabase at work and have published an up to date compose file with SSL support and following Metabase production best practices.