supabase cli, exclude services (speed up starting)

Hey, I'm currently trying to implement github actions that include starting a supabase instance in the runner. Due to the many parts that need to be initialized when running
supabase start
this is very slow (about 3 minutes for a blank instance). It's not a huge issue, since we'll only be running this on pushes to production, but I'd still like for it to be as optimized as possible.

One of the things that seem like low hanging fruit are services that aren't needed in the runner like the Studio. Is there a way to exlude these services to save time on startup?
Was this page helpful?