
Supabase (Studio, DB, Auth)
Supabase without Functions, Logflare and Storage (Read Overview)
Postgres Meta
supabase/postgres-meta:v0.87.1
Just deployed
Postgrest
postgrest/postgrest:v12.2.8
Just deployed
Supabase Realtime
supabase/realtime:v2.34.43
Just deployed
Kong
6ixfalls/supabase
Just deployed
Gotrue Auth
supabase/gotrue:v2.170.0
Just deployed
Supabase Studio
supabase/studio:20250317-6955350
Just deployed
Postgres
6ixfalls/supabase-postgres:15.6.1.146
Just deployed
/var/lib/postgresql/data

Not a complete Supabase deployment!
Supabase
The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
This template contains Supabase Studio, Postgrest, Supabase Auth, Supabase Realtime, and PostgreSQL ONLY. Features that require logs, edge functions and/or file storage will not work with this deployment. These features are not compatible with Railway yet and will be added in a future release. Some core Supabase functions may require these features, and errors may appear in Supabase Studio when trying to access these. Use in production at your own risk - this deployment is based on the examples in the Supabase GitHub repository.
Highlights
- Supabase Studio
- Gotrue Authentication Layer
- REST PostgreSQL Access
- PostgreSQL Database with Plugin Support
- Realtime database access
Usage
Deploy this template and configure the secrets for Supabase JWT tokens. Configure the authentication service if desired; if not, you can remove the deployment. To remove the auth service completely, set the AUTH_HOST
variable in Kong to not_present
.
The dashboard can be accessed utilizing the USERNAME and PASSWORD in Kong
's environment variables.
License
Supabase is licensed under the Apache License 2.0.
Helpful Resources
- https://github.com/6ixfalls/supabase
- https://github.com/supabase/supabase
- https://github.com/supabase/auth - README contains environment variables for the auth service
Template Content
Postgres Meta
supabase/postgres-meta:v0.87.1Postgrest
postgrest/postgrest:v12.2.8Supabase Realtime
supabase/realtime:v2.34.43Gotrue Auth
supabase/gotrue:v2.170.0GOTRUE_SITE_URL
The base URL your site is located at. Currently used in combination with other settings to construct URLs used in emails. Any URI that shares a host with SITE_URL is a permitted value for redirect_to params (see /authorize etc.). You can set this to http://localhost:3000
for testing.
Supabase Studio
supabase/studio:20250317-6955350AUTH_JWT_SECRET
IMPORTANT_READ_ME
READ THIS! To setup Supabase, you need to generate a JWT Secret, Service and Anon Key. Use the JWT Generator, copy the JWT secret, generate an anon and service JWT, and paste their values into the respective environment variable. You can set this value to anything. https://supabase.com/docs/guides/self-hosting/docker#generate-api-keys
SUPABASE_ANON_KEY
SUPABASE_SERVICE_KEY