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?