Overview
- Full name
docker.io/rostislavdugin/postgresus- Registry
- docker.io
- Namespace
- rostislavdugin
- Repository
- postgresus
- Cached tags
- 113
- Last synced
- 07/05/2026, 06:10 PM
- Topics
Introduction
Postgresus PostgreSQL 运维 Web 镜像,实例监控、慢查询与备份管理,自托管 PG 数据库可视化运维辅助工具。
Details
rostislavdugin/postgresus 提供 PostgreSQL 实例 Web 管理面板,展示连接、慢查询、表空间与备份任务状态。定位为 PG 运维 Web 工具,连接已有 PostgreSQL 实例;DBA 日常巡检、开发环境数据库监控或小型 PG 集群运维辅助。
快速启动
docker run -d --name postgresus \
-p 8080:8080 \
-e DATABASE_URL=postgresql://admin:changeme@postgres:5432/mydb \
docker.io/rostislavdugin/postgresus:latest
推荐实践
docker run -d --name postgresus \
--restart unless-stopped \
-p 8080:8080 \
-e DATABASE_URL=postgresql://admin:changeme@postgres:5432/mydb \
docker.io/rostislavdugin/postgresus:1.0.0
核心参数说明
DATABASE_URL— PG 连接串(高敏)-p 8080:8080— 运维 Web UI- 权限 — 建议只读监控账号
- 勿 — 替代 pgAdmin 全功能管理
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: postgresus
spec:
replicas: 1
selector:
matchLabels:
app: postgresus
template:
metadata:
labels:
app: postgresus
spec:
containers:
- name: postgresus
image: docker.io/rostislavdugin/postgresus:1.0.0
ports:
- containerPort: 8080
envFrom:
- secretRef:
name: postgresus-db
---
apiVersion: v1
kind: Service
metadata:
name: postgresus
spec:
selector:
app: postgresus
ports:
- port: 8080
targetPort: 8080
Ingress 限 DBA 访问;Secret 存只读连接串。
Latest tags (20)
View all 113 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/rostislavdugin/postgresus :v2.15.3 | linux/amd64linux/arm64 | 2025/12/25 23:23 | 429.9 MB | sha256:c9d1dca66d59… | |||
docker.io/rostislavdugin/postgresus :latest | linux/amd64linux/arm64 | 2025/12/25 23:23 | 429.9 MB | sha256:c9d1dca66d59… | |||
docker.io/rostislavdugin/postgresus :v2.15.2 | linux/amd64linux/arm64 | 2025/12/25 15:52 | 429.9 MB | sha256:66819ec19cfd… | |||
docker.io/rostislavdugin/postgresus :v2.15.1 | linux/amd64linux/arm64 | 2025/12/25 03:32 | 429.9 MB | sha256:75dd9947de8d… | |||
docker.io/rostislavdugin/postgresus :v2.15.0 | linux/amd64linux/arm64 | 2025/12/24 20:09 | 429.9 MB | sha256:e03d16fb8dd0… | |||
docker.io/rostislavdugin/postgresus :v2.14.0 | linux/amd64linux/arm64 | 2025/12/22 20:44 | 388.1 MB | sha256:84fb11b0dbb5… | |||
docker.io/rostislavdugin/postgresus :v2.13.0 | linux/amd64linux/arm64 | 2025/12/22 02:33 | 283.6 MB | sha256:dc475761e5d0… | |||
docker.io/rostislavdugin/postgresus :v2.12.1 | linux/amd64linux/arm64 | 2025/12/21 23:39 | 283.6 MB | sha256:ba5025082854… | |||
docker.io/rostislavdugin/postgresus :v2.12.0 | linux/amd64linux/arm64 | 2025/12/21 20:21 | 283.6 MB | sha256:cd72b2ba3a4a… | |||
docker.io/rostislavdugin/postgresus :v2.11.0 | linux/amd64linux/arm64 | 2025/12/21 02:36 | 273.5 MB | sha256:bc97b26599aa… | |||
docker.io/rostislavdugin/postgresus :v2.10.0 | linux/amd64linux/arm64 | 2025/12/20 05:41 | 256.0 MB | sha256:90bc1c7a3177… | |||
docker.io/rostislavdugin/postgresus :v2.9.0 | linux/amd64linux/arm64 | 2025/12/20 04:39 | 256.0 MB | sha256:342fc0d4bb9f… | |||
docker.io/rostislavdugin/postgresus :v2.8.1 | linux/amd64linux/arm64 | 2025/12/19 19:44 | 256.0 MB | sha256:6049279779dc… | |||
docker.io/rostislavdugin/postgresus :v2.8.0 | linux/amd64linux/arm64 | 2025/12/19 00:12 | 256.0 MB | sha256:550f6dc90436… | |||
docker.io/rostislavdugin/postgresus :v2.7.0 | linux/amd64linux/arm64 | 2025/12/18 19:48 | 210.2 MB | sha256:b179e51070ea… | |||
docker.io/rostislavdugin/postgresus :v2.6.0 | linux/amd64linux/arm64 | 2025/12/17 22:03 | 210.1 MB | sha256:2721f07a4d34… | |||
docker.io/rostislavdugin/postgresus :v2.5.1 | linux/amd64linux/arm64 | 2025/12/16 18:47 | 210.1 MB | sha256:cad578415afb… | |||
docker.io/rostislavdugin/postgresus :v2.5.0 | linux/amd64linux/arm64 | 2025/12/14 05:14 | 210.1 MB | sha256:8adb04743ccd… | |||
docker.io/rostislavdugin/postgresus :v2.4.0 | linux/amd64linux/arm64 | 2025/12/14 03:50 | 210.1 MB | sha256:2d043d3d362f… | |||
docker.io/rostislavdugin/postgresus :v2.3.0 | linux/amd64linux/arm64 | 2025/12/14 03:35 | 210.1 MB | sha256:52969afc393a… |