SupabaseMeta
Docker 应用程序 from Raccommode's Repository
概述
Postgres Meta is the Supabase REST API for managing Postgres metadata. Supabase Studio uses it to list schemas, tables, roles, extensions, policies, SQL results, and database settings.
要求
This template runs only the Postgres Meta service from the official Supabase Docker Compose stack. It requires a Supabase Postgres database that has been initialized with the official Supabase roles and schemas. Put Studio, Kong, Postgres Meta, and Postgres on the same custom Docker network, and make Studio's STUDIO_PG_META_URL point to this container, for example http://SupabaseMeta:8080 or a matching network alias. The current Supabase Docker release uses PG_META_DB_USER=supabase_admin; upcoming releases may switch fresh installs to postgres.
运行时参数
- 网络
bridge- 外壳
sh- 特权
- false
模板配置
API PortPorttcp
Optional Postgres Meta REST API port. Container port: 8080. Studio normally reaches this over the internal Docker network.
- 目标
- 8080
- 默认值
- 8080
- 价值
- 8080
Meta PortVariable
Port Postgres Meta listens on inside the container.
- 目标
- PG_META_PORT
- 默认值
- 8080
- 价值
- 8080
Postgres HostVariable
Hostname for the Supabase Postgres service as seen from Postgres Meta.
- 目标
- PG_META_DB_HOST
- 默认值
- db
- 价值
- db
Postgres PortVariable
Supabase Postgres or Supavisor session port.
- 目标
- PG_META_DB_PORT
- 默认值
- 5432
- 价值
- 5432
Postgres DatabaseVariable
Supabase Postgres database name.
- 目标
- PG_META_DB_NAME
- 默认值
- postgres
- 价值
- postgres
Postgres UserVariable
Database role used by Postgres Meta. Current self-hosted releases use supabase_admin; newer releases may use postgres after the ownership migration.
- 目标
- PG_META_DB_USER
- 默认值
- supabase_admin
- 价值
- supabase_admin
Postgres PasswordVariable
Database password generated for the Supabase stack.
- 目标
- PG_META_DB_PASSWORD
Crypto KeyVariable
Postgres Meta encryption key. Use the same value as PG_META_CRYPTO_KEY from the Supabase .env file.
- 目标
- CRYPTO_KEY
详细信息
存储库
supabase/postgres-meta:v0.96.3最后更新2026-05-31
初见2026-05-24
在Unraid 上运行 SupabaseMeta 。
SupabaseMeta 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。