Overview
- Full name
docker.io/bitnamilegacy/postgrest- Registry
- docker.io
- Namespace
- bitnamilegacy
- Repository
- postgrest
- Cached tags
- 166
- Last synced
- 07/04/2026, 11:21 PM
- Topics
Introduction
Bitnami Legacy PostgREST 镜像,PostgreSQL 自动 REST API 网关,数据库表直接暴露 CRUD HTTP 接口,无后端代码。
Details
bitnamilegacy/postgrest 运行 PostgREST,读取 PostgreSQL schema 并自动生成 RESTful CRUD API,JWT 鉴权与 row-level security。定位为 PostgreSQL REST API 网关,需 PG 后端;K8s Deployment 快速 API 后端。
快速启动
docker run -d --name postgrest \
-p 3000:3000 \
-e PGRST_DB_URI=postgres://user:pass@postgres:5432/mydb \
docker.io/bitnamilegacy/postgrest:latest
推荐实践
docker run -d --name postgrest \
--restart unless-stopped \
-p 3000:3000 \
-e PGRST_DB_URI=postgres://user:pass@postgres.internal:5432/mydb \
-e PGRST_JWT_SECRET=changeme \
docker.io/bitnamilegacy/postgrest:12.2.0
核心参数说明
-p 3000:3000— PostgREST HTTP API-e PGRST_DB_URI— PostgreSQL 连接串(高敏)-e PGRST_JWT_SECRET— JWT 鉴权密钥(高敏)- schema — 自动映射 PG 表为 REST
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: postgrest
spec:
replicas: 2
selector:
matchLabels:
app: postgrest
template:
metadata:
labels:
app: postgrest
spec:
containers:
- name: postgrest
image: docker.io/bitnamilegacy/postgrest:12.2.0
ports:
- containerPort: 3000
envFrom:
- secretRef:
name: postgrest-env
---
apiVersion: v1
kind: Service
metadata:
name: postgrest
spec:
selector:
app: postgrest
ports:
- port: 3000
targetPort: 3000
PostgreSQL StatefulSet 同 namespace;Ingress TLS + JWT 鉴权。
Latest tags (20)
View all 166 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/bitnamilegacy/postgrest :11.2.2-debian-12-r54 | linux/amd64linux/arm64 | 2025/08/20 01:52 | 58.0 MB | sha256:0695d81556e0… | |||
docker.io/bitnamilegacy/postgrest :11.2.2-debian-12-r53 | linux/amd64linux/arm64 | 2025/07/17 15:31 | 58.0 MB | sha256:628c4868698e… | |||
docker.io/bitnamilegacy/postgrest :11.2.2-debian-12-r9 | linux/amd64linux/arm64 | 2025/07/03 13:55 | 57.9 MB | sha256:c481ab026bbc… | |||
docker.io/bitnamilegacy/postgrest :11.2.2-debian-12-r52 | linux/amd64linux/arm64 | 2025/07/03 13:55 | 58.0 MB | sha256:5c7cf51d68aa… | |||
docker.io/bitnamilegacy/postgrest :latest | linux/amd64linux/arm64 | 2025/07/03 13:55 | 59.5 MB | sha256:2432aef052e3… | |||
docker.io/bitnamilegacy/postgrest :11.2.2-debian-12-r50 | linux/amd64linux/arm64 | 2025/07/03 13:55 | 63.1 MB | sha256:2a8c4d9ec071… | |||
docker.io/bitnamilegacy/postgrest :11.2.2-debian-12-r49 | linux/amd64linux/arm64 | 2025/07/03 13:55 | 59.5 MB | sha256:7e93f589e196… | |||
docker.io/bitnamilegacy/postgrest :11.2.2-debian-12-r51 | linux/amd64linux/arm64 | 2025/07/03 13:55 | 59.5 MB | sha256:2432aef052e3… | |||
docker.io/bitnamilegacy/postgrest :11.2.2-debian-12-r48 | linux/amd64linux/arm64 | 2025/07/03 13:55 | 58.0 MB | sha256:6ba29fe7ecd9… | |||
docker.io/bitnamilegacy/postgrest :11.2.2-debian-12-r47 | linux/amd64linux/arm64 | 2025/07/03 13:55 | 58.0 MB | sha256:1b9281df47fb… | |||
docker.io/bitnamilegacy/postgrest :11.2.2-debian-12-r46 | linux/amd64linux/arm64 | 2025/07/03 13:55 | 58.1 MB | sha256:a320548c819f… | |||
docker.io/bitnamilegacy/postgrest :11.2.2-debian-12-r45 | linux/amd64linux/arm64 | 2025/07/03 13:55 | 58.1 MB | sha256:de969c075bbd… | |||
docker.io/bitnamilegacy/postgrest :11.2.2-debian-12-r44 | linux/amd64linux/arm64 | 2025/07/03 13:55 | 58.0 MB | sha256:187790426e43… | |||
docker.io/bitnamilegacy/postgrest :11.2.2-debian-12-r43 | linux/amd64linux/arm64 | 2025/07/03 13:55 | 58.0 MB | sha256:b458ec81fd56… | |||
docker.io/bitnamilegacy/postgrest :11.2.2-debian-12-r42 | linux/amd64linux/arm64 | 2025/07/03 13:55 | 58.0 MB | sha256:e81678c2156a… | |||
docker.io/bitnamilegacy/postgrest :11.2.2-debian-12-r41 | linux/amd64linux/arm64 | 2025/07/03 13:55 | 58.0 MB | sha256:389318dc0cf8… | |||
docker.io/bitnamilegacy/postgrest :11.2.2-debian-12-r40 | linux/amd64linux/arm64 | 2025/07/03 13:55 | 58.0 MB | sha256:52bc8847b51f… | |||
docker.io/bitnamilegacy/postgrest :11.2.2-debian-12-r39 | linux/amd64linux/arm64 | 2025/07/03 13:55 | 58.0 MB | sha256:c58dc07e62ee… | |||
docker.io/bitnamilegacy/postgrest :11.2.2-debian-12-r38 | linux/amd64linux/arm64 | 2025/07/03 13:55 | 58.7 MB | sha256:a919a18d5d96… | |||
docker.io/bitnamilegacy/postgrest :11.2.2-debian-12-r37 | linux/amd64linux/arm64 | 2025/07/03 13:55 | 58.7 MB | sha256:3d658fec9a16… |