Backend

Deploy Supabase in one click

Supabase is an open-source Firebase alternative built on PostgreSQL, offering auth, storage, realtime and auto-generated APIs. Self-host the stack on infrastructure you own.

Supabase website

Docker image

Deployed from the official image, listening on port 3000.

supabase/studio:latest

Environment variables

These are pre-filled and documented when you deploy. Secrets are generated for you and hidden after saving.

SUPABASE_URL
Required

URL of your Supabase API gateway.

SUPABASE_ANON_KEY
Required
Secret

Public anon API key.

POSTGRES_PASSWORD
Required
Secret

Password for the Postgres instance.

Persistent storage

Supabase is a multi-service stack; persist its database volume.

Good to know

  • Supabase self-hosting is a multi-container stack — review the official self-hosting guide.
  • This template deploys Studio; full self-hosting typically uses docker-compose with several services.

Add a deploy button

Maintaining Supabase or a similar tool? Drop this badge in your README so anyone can deploy it on Darmi Cloud in one click.

Deploy on Darmi Cloud
[![Deploy on Darmi Cloud](https://darmicloud.tech/deploy-button.svg)](https://darmicloud.tech/templates/supabase)