Supabase on Docker
You can run the open-source Firebase alternative yourself.
Prerequisites
- Docker & Docker Compose
- Git
Setup
1. Clone the repo:
bash
git clone https://github.com/supabase/supabase
cd supabase/docker2. Configure Environment:
Copy `.env.example` to `.env`. Update `POSTGRES_PASSWORD` and `JWT_SECRET`.
3. Launch:
bash
docker compose up -dAccess the Studio at `http://localhost:3000`.
Page changelog
Last updated
- 2024-04-20—Initial or baseline update for this page.
Related articles
Deployment
Integrations & Plugins — Connect Your Stack
Patterns for integrating monitoring, auth, storage, CI/CD, and webhooks across your services.
Deployment
Deploying Next.js App Router on Cloud VPS
A comprehensive guide to hosting Next.js applications using Node.js, PM2, and Nginx reverse proxy architecture.
Deployment
Deploying Django with Gunicorn & Nginx
Production-ready Python deployment using Gunicorn as the WSGI server and Nginx as the reverse proxy.
Deployment
Self-Hosted GitLab CE Deployment
Take control of your DevOps pipeline by hosting your own GitLab instance on a cloud VPS.
Deployment
Deploying Strapi Headless CMS
Setting up Strapi v4 with a PostgreSQL database for a robust content API.
Deployment
Self-Hosting a PaaS with Coolify
An open-source, self-hosted alternative to Heroku/Vercel for deploying your apps easily.
Was this page helpful?