Start metabase using docker-compose

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

(cannot post more than 2 links)

Thank you.

Hi @John
There’s nothing at the file.io links - they’re returning 404.
You can merge configuration by loading multiple files and showing configuration:
https://stackoverflow.com/questions/54116776/multiple-docker-compose-files-print-resulting-merged-docker-compose-yml

can you post the links again plss

@anonymous Did you check the blog, where the configs came from?
https://medium.com/@martinahindura/how-to-setup-metabase-with-postgresql-and-docker-compose-bf4cc7e7f899

Here’s a project with a dockerized metabase instance using compose, postgres or mysql.

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.

Feedback welcome in this topic: