Databases & backends · v2024.03
Supabase
Open-source Firebase alternative with PostgreSQL, Auth, Realtime, Storage, and Edge Functions
About Supabase
Supabase is a complete open-source Firebase alternative. It provides: - **PostgreSQL Database** with automatic API generation - **Authentication** with email, social, and magic link login - **Realtime** subscriptions to database changes - **Storage** for files with automatic image transformation - **Edge Functions** for server-side TypeScript functions - **Studio** dashboard for managing your data This deployment includes all 9 Supabase services orchestrated via Docker Compose, ready for production use.
backenddatabaseauthrealtimestoragefirebase-alternative
What Pushify sets up for you
- Runs the official multi-service stack (Docker Compose) on your server
- Public HTTPS URL with an automatic Let’s Encrypt certificate — bring your own domain any time
- Health check on / with alerts if it stops responding
- Secrets and passwords generated for you; everything editable later
Configuration
Set in the dashboard when you deploy — no config files.
PostgreSQL Password
Master password for the Supabase database
generated
JWT Secret
Secret used to sign JWT tokens (min 32 chars)
generated
Anonymous API Key
Public anonymous key for client-side requests
generated
Service Role Key
Service role key with full database access (keep secret!)
generated
Secret Key Base
Base secret for Realtime service
generated
Studio Username
Username for accessing the Supabase Studio dashboard
required
Studio Password
Password for accessing the Supabase Studio dashboard
generated
How it works
- Sign in and pick a server (free plan: connect your own VPS).
- Click deploy — Pushify pulls the image, wires networking and HTTPS, runs the health check.
- Open the app at its URL. Updates, restarts and logs live in the dashboard.