Self-host with Docker ยท Yantr
Supabase
Open-source Firebase alternative with Postgres, auth, storage, and realtime APIs.
1
Ports
2
Notes
3
Use Cases
About
What Supabase does
Supabase is an open-source backend platform offering database, auth, storage, and realtime subscriptions. Self-hosted via Docker, it provides instant APIs, access control, and event triggers for modern web and mobile apps.
Install Flow
How to self-host Supabase
Supabase can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what Supabase does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Build self-hosted web app backends with Postgres + REST/GrapqhQL APIs.
- Manage users with built-in authentication and role-based access policies.
- Host secure file storage with signed upload/download URLs.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 54321 | HTTP | Web UI |
Docker Image
postgres:15-alpine
Service Name
supabase-db
Notes
Things to know before you deploy
- Adjust SUPABASE_JWT_SECRET and database password for production.
- Supabase official Docker stack may also include additional services for edge functions and storage.
Related Apps
More tools you might pair with Supabase
Page generated 2026-07-27T04:28:00.415Z