Guides 11791 Published by

Howtoforge published a tutorial about installing Supabase with Docker on Debian 11.



How to Install Supabase with Docker on Debian 11

Supabase is an open-source Firebase alternative that provides you with all the tools needed to develop your applications. Supabase offers a PostgreSQL database, user authentication, storage and a real-time API and integrates with popular frameworks and tools such as Angular, Flutter, Next.js, React, Svelte and Vue.

There are two ways of using Supabase. The first option is to sign up for their cloud-hosted app, which offers more features. The second option is to self-host the code using Docker. There are a few caveats on self-hosting, though. You cannot create or manage projects. Moreover, the entire project is in the beta phase, and you should use the self-hosted version only for testing and local development. For all other purposes, you should use their cloud application.
Supabase

How to Install Supabase with Docker on Debian 11