Refer to another compose file from from docker-compose.yml? -> Spin up Supabase from docker-compose

Hi *,

I’m using docker-compose to spin up all my services for local development. Now I want to add another service (Supabase) which does not come with a Dockerfile but with it’s own compose-file by itself.

What’s the common solution to accomplish this? :slight_smile:

1 Like

+1. I would like to be able to spin up multiple Supabase nodes on a docker network to test clustering with my application test code.