SupabaseStudio

SupabaseStudio

Aplicación Docker from Raccommode's Repository

Visión general

Supabase Studio is the browser dashboard for managing a self-hosted Supabase project, including database tables, SQL, Auth, Storage, Edge Functions, logs, project settings, and API credentials.

Requisitos

This template runs only the Supabase Studio dashboard container from the official Supabase Docker Compose stack. The Studio image tag matches Supabase Docker release v1.26.05. It does not install Kong, Auth, PostgREST, Realtime, Storage, Edge Runtime, Logflare, Vector, Supavisor, or Postgres. Follow the official Docker guide in ReadMe to deploy the full stack, keep matching image versions together, and place this container on the same custom Docker network as services named kong, meta, analytics, and db before relying on the default URLs below. Generate new secrets with the Supabase scripts before first use; never keep the example keys.

Argumentos en tiempo de ejecución

Interfaz web
http://[IP]:[PORT:3000]
Red
bridge
Concha
sh
Privilegiado
false

Configuración de plantillas

Web UI PortPorttcp

Supabase Studio web interface port. Container port: 3000. The official full stack normally exposes Studio through Kong on port 8000.

Objetivo
3000
Por defecto
3000
Valor
3000
SnippetsPathrw

Persistent SQL snippets folder used by Studio.

Objetivo
/app/snippets
Por defecto
/mnt/user/appdata/supabase-studio/snippets
Valor
/mnt/user/appdata/supabase-studio/snippets
Edge FunctionsPathrw

Folder where Studio manages Edge Functions source files.

Objetivo
/app/edge-functions
Por defecto
/mnt/user/appdata/supabase-studio/edge-functions
Valor
/mnt/user/appdata/supabase-studio/edge-functions
HostnameVariable

Interface Studio listens on inside the container.

Objetivo
HOSTNAME
Por defecto
0.0.0.0
Valor
0.0.0.0
Postgres Meta URLVariable

Internal URL for the Supabase postgres-meta service.

Objetivo
STUDIO_PG_META_URL
Por defecto
http://meta:8080
Valor
http://meta:8080
Supabase Internal URLVariable

Internal URL for the Supabase API gateway service.

Objetivo
SUPABASE_URL
Por defecto
http://kong:8000
Valor
http://kong:8000
Supabase Public URLVariable

Public URL clients use to reach the Supabase API gateway, for example http://UNRAID-IP:8000 or https://supabase.example.com.

Objetivo
SUPABASE_PUBLIC_URL
Por defecto
http://localhost:8000
Valor
http://localhost:8000
Postgres HostVariable

Hostname for the Supabase Postgres service as seen from Studio.

Objetivo
POSTGRES_HOST
Por defecto
db
Valor
db
Postgres PortVariable

Supabase Postgres or Supavisor session port.

Objetivo
POSTGRES_PORT
Por defecto
5432
Valor
5432
Postgres DatabaseVariable

Supabase Postgres database name.

Objetivo
POSTGRES_DB
Por defecto
postgres
Valor
postgres
Postgres PasswordVariable

Database password generated for the Supabase stack.

Objetivo
POSTGRES_PASSWORD
PG Meta Crypto KeyVariable

Studio postgres-meta encryption key. Generate a unique value before production use.

Objetivo
PG_META_CRYPTO_KEY
REST SchemasVariable

Comma-separated Postgres schemas exposed through PostgREST.

Objetivo
PGRST_DB_SCHEMAS
Por defecto
public,storage,graphql_public
Valor
public,storage,graphql_public
REST Max RowsVariable

Maximum rows returned by REST API requests.

Objetivo
PGRST_DB_MAX_ROWS
Por defecto
1000
Valor
1000
REST Search PathVariable

Extra schemas added to the PostgREST search path.

Objetivo
PGRST_DB_EXTRA_SEARCH_PATH
Por defecto
public
Valor
public
Default OrganizationVariable

Default organization name shown in Studio.

Objetivo
DEFAULT_ORGANIZATION_NAME
Por defecto
Default Organization
Valor
Default Organization
Default ProjectVariable

Default project name shown in Studio.

Objetivo
DEFAULT_PROJECT_NAME
Por defecto
Default Project
Valor
Default Project
JWT SecretVariable

JWT secret generated for the Supabase stack.

Objetivo
AUTH_JWT_SECRET
Anon KeyVariable

Legacy anon API key generated by the Supabase key script.

Objetivo
SUPABASE_ANON_KEY
Service Role KeyVariable

Legacy service role API key. Never expose this key to client-side code.

Objetivo
SUPABASE_SERVICE_KEY
Publishable KeyVariable

Opaque publishable API key for newer self-hosted Supabase setups.

Objetivo
SUPABASE_PUBLISHABLE_KEY
Secret KeyVariable

Opaque secret API key for newer self-hosted Supabase setups. Never expose this key to client-side code.

Objetivo
SUPABASE_SECRET_KEY
Logflare URLVariable

Internal URL for the Supabase analytics service.

Objetivo
LOGFLARE_URL
Por defecto
http://analytics:4000
Valor
http://analytics:4000
Logflare API KeyVariable

Deprecated compatibility variable. Set to the same value as Logflare Public Token when the Studio image expects it.

Objetivo
LOGFLARE_API_KEY
Logflare Public TokenVariable

Logflare public access token generated for the Supabase stack.

Objetivo
LOGFLARE_PUBLIC_ACCESS_TOKEN
Logflare Private TokenVariable

Logflare private access token generated for the Supabase stack.

Objetivo
LOGFLARE_PRIVATE_ACCESS_TOKEN
Enable LogsVariable

Enable the Studio logs interface. Use true or false.

Objetivo
NEXT_PUBLIC_ENABLE_LOGS
Por defecto
true
Valor
true
Analytics BackendVariable

Analytics backend provider used by Studio. The official Docker stack defaults to postgres.

Objetivo
NEXT_ANALYTICS_BACKEND_PROVIDER
Por defecto
postgres
Valor
postgres
Snippets FolderVariable

Path inside the container where Studio manages SQL snippets.

Objetivo
SNIPPETS_MANAGEMENT_FOLDER
Por defecto
/app/snippets
Valor
/app/snippets
Edge Functions FolderVariable

Path inside the container where Studio manages Edge Functions.

Objetivo
EDGE_FUNCTIONS_MANAGEMENT_FOLDER
Por defecto
/app/edge-functions
Valor
/app/edge-functions
OpenAI API KeyVariable

Optional OpenAI API key used by the Supabase Studio AI assistant.

Objetivo
OPENAI_API_KEY

Detalles

Repositorio
supabase/studio:2026.04.27-sha-5f60601
Última actualización2026-06-01
Visto por primera vez2026-05-22

Ejecute SupabaseStudio en Unraid.

SupabaseStudio se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.