Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 793 Bytes

File metadata and controls

13 lines (7 loc) · 793 Bytes

supabase-start

Starts the Supabase local development stack.

Requires supabase/config.toml to be created in your current working directory by running supabase init.

Use --runtime to override the local container runtime for the current command. To make it persistent for the project, set [runtime].backend in supabase/config.toml.

All service containers are started by default. You can exclude those not needed by passing in -x flag. To exclude multiple containers, either pass in a comma separated string, such as -x gotrue,imgproxy, or specify -x flag multiple times.

It is recommended to have at least 7GB of RAM to start all services.

Health checks are automatically added to verify the started containers. Use --ignore-health-check flag to ignore these errors.