supabase / cli

Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
https://supabase.com/docs/reference/cli/about
MIT License
1.02k stars 201 forks source link

Config option to disable `edge-runtime` #1414

Closed probablykasper closed 4 months ago

probablykasper commented 1 year ago

Is your feature request related to a problem? Please describe.

Supabase is using a lot of CPU at idle. Using the supabase start -x option to exclude containers is easy to forget and has to be done manually by each team member.

Describe the solution you'd like

config.toml option to disable imgproxy (while keeping storage enabled), realtime and edge-runtime

Additional context

Related:

sweatybridge commented 10 months ago

Changing the title because disabling realtime is now supported.

bnjmnt4n commented 6 months ago

Any chance to update this for the other two services?