SupabaseStudio

SupabaseStudio

Docker-Anwendung from Raccommode's Repository

Übersicht

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.

Anforderungen

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.

Laufzeit-Argumente

Web-UI
http://[IP]:[PORT:3000]
Netzwerk
bridge
Shell
sh
Privilegiert
false

Konfiguration der Vorlage

Web UI PortPorttcp

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

Ziel
3000
Standard
3000
Wert
3000
SnippetsPathrw

Persistent SQL snippets folder used by Studio.

Ziel
/app/snippets
Standard
/mnt/user/appdata/supabase-studio/snippets
Wert
/mnt/user/appdata/supabase-studio/snippets
Edge FunctionsPathrw

Folder where Studio manages Edge Functions source files.

Ziel
/app/edge-functions
Standard
/mnt/user/appdata/supabase-studio/edge-functions
Wert
/mnt/user/appdata/supabase-studio/edge-functions
HostnameVariable

Interface Studio listens on inside the container.

Ziel
HOSTNAME
Standard
0.0.0.0
Wert
0.0.0.0
Postgres Meta URLVariable

Internal URL for the Supabase postgres-meta service.

Ziel
STUDIO_PG_META_URL
Standard
http://meta:8080
Wert
http://meta:8080
Supabase Internal URLVariable

Internal URL for the Supabase API gateway service.

Ziel
SUPABASE_URL
Standard
http://kong:8000
Wert
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.

Ziel
SUPABASE_PUBLIC_URL
Standard
http://localhost:8000
Wert
http://localhost:8000
Postgres HostVariable

Hostname for the Supabase Postgres service as seen from Studio.

Ziel
POSTGRES_HOST
Standard
db
Wert
db
Postgres PortVariable

Supabase Postgres or Supavisor session port.

Ziel
POSTGRES_PORT
Standard
5432
Wert
5432
Postgres DatabaseVariable

Supabase Postgres database name.

Ziel
POSTGRES_DB
Standard
postgres
Wert
postgres
Postgres PasswordVariable

Database password generated for the Supabase stack.

Ziel
POSTGRES_PASSWORD
PG Meta Crypto KeyVariable

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

Ziel
PG_META_CRYPTO_KEY
REST SchemasVariable

Comma-separated Postgres schemas exposed through PostgREST.

Ziel
PGRST_DB_SCHEMAS
Standard
public,storage,graphql_public
Wert
public,storage,graphql_public
REST Max RowsVariable

Maximum rows returned by REST API requests.

Ziel
PGRST_DB_MAX_ROWS
Standard
1000
Wert
1000
REST Search PathVariable

Extra schemas added to the PostgREST search path.

Ziel
PGRST_DB_EXTRA_SEARCH_PATH
Standard
public
Wert
public
Default OrganizationVariable

Default organization name shown in Studio.

Ziel
DEFAULT_ORGANIZATION_NAME
Standard
Default Organization
Wert
Default Organization
Default ProjectVariable

Default project name shown in Studio.

Ziel
DEFAULT_PROJECT_NAME
Standard
Default Project
Wert
Default Project
JWT SecretVariable

JWT secret generated for the Supabase stack.

Ziel
AUTH_JWT_SECRET
Anon KeyVariable

Legacy anon API key generated by the Supabase key script.

Ziel
SUPABASE_ANON_KEY
Service Role KeyVariable

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

Ziel
SUPABASE_SERVICE_KEY
Publishable KeyVariable

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

Ziel
SUPABASE_PUBLISHABLE_KEY
Secret KeyVariable

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

Ziel
SUPABASE_SECRET_KEY
Logflare URLVariable

Internal URL for the Supabase analytics service.

Ziel
LOGFLARE_URL
Standard
http://analytics:4000
Wert
http://analytics:4000
Logflare API KeyVariable

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

Ziel
LOGFLARE_API_KEY
Logflare Public TokenVariable

Logflare public access token generated for the Supabase stack.

Ziel
LOGFLARE_PUBLIC_ACCESS_TOKEN
Logflare Private TokenVariable

Logflare private access token generated for the Supabase stack.

Ziel
LOGFLARE_PRIVATE_ACCESS_TOKEN
Enable LogsVariable

Enable the Studio logs interface. Use true or false.

Ziel
NEXT_PUBLIC_ENABLE_LOGS
Standard
true
Wert
true
Analytics BackendVariable

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

Ziel
NEXT_ANALYTICS_BACKEND_PROVIDER
Standard
postgres
Wert
postgres
Snippets FolderVariable

Path inside the container where Studio manages SQL snippets.

Ziel
SNIPPETS_MANAGEMENT_FOLDER
Standard
/app/snippets
Wert
/app/snippets
Edge Functions FolderVariable

Path inside the container where Studio manages Edge Functions.

Ziel
EDGE_FUNCTIONS_MANAGEMENT_FOLDER
Standard
/app/edge-functions
Wert
/app/edge-functions
OpenAI API KeyVariable

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

Ziel
OPENAI_API_KEY

Einzelheiten

Repository
supabase/studio:2026.04.27-sha-5f60601
Zuletzt aktualisiert2026-06-02
Erstmals gesehen2026-05-22

Führen Sie SupabaseStudio auf Unraid aus.

SupabaseStudio ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.