Self-hosted deployments are currently limited to a single project. This proposal adds support for multiple projects via two new env vars:
SUPABASE_PROJECTS — a JSON array of project configs (inline) SUPABASE_PROJECTS_FILE — a path to a JSON file with the same schema
Ibrahim Ahmed Badr proposes adding multi-project support to self-hosted Supabase Studio. The suggestion includes using two new environment variables to manage multiple projects. This feature would allow users to configure projects via a JSON array or a JSON file.