镜像概览

完整引用
docker.io/rostislavdugin/postgresus
Registry
docker.io
命名空间
rostislavdugin
仓库
postgresus
已缓存 Tag 数
113
最近同步
07/05/2026, 06:10 PM
相关主题

简介

Postgresus PostgreSQL 运维 Web 镜像,实例监控、慢查询与备份管理,自托管 PG 数据库可视化运维辅助工具。

详细介绍

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 存只读连接串。

最新 Tag(20 条)

查看全部 113 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/rostislavdugin/postgresus
:v2.15.3
linux/amd64linux/arm64
2025/12/25 23:23429.9 MBsha256:c9d1dca66d59
docker.io/rostislavdugin/postgresus
:latest
linux/amd64linux/arm64
2025/12/25 23:23429.9 MBsha256:c9d1dca66d59
docker.io/rostislavdugin/postgresus
:v2.15.2
linux/amd64linux/arm64
2025/12/25 15:52429.9 MBsha256:66819ec19cfd
docker.io/rostislavdugin/postgresus
:v2.15.1
linux/amd64linux/arm64
2025/12/25 03:32429.9 MBsha256:75dd9947de8d
docker.io/rostislavdugin/postgresus
:v2.15.0
linux/amd64linux/arm64
2025/12/24 20:09429.9 MBsha256:e03d16fb8dd0
docker.io/rostislavdugin/postgresus
:v2.14.0
linux/amd64linux/arm64
2025/12/22 20:44388.1 MBsha256:84fb11b0dbb5
docker.io/rostislavdugin/postgresus
:v2.13.0
linux/amd64linux/arm64
2025/12/22 02:33283.6 MBsha256:dc475761e5d0
docker.io/rostislavdugin/postgresus
:v2.12.1
linux/amd64linux/arm64
2025/12/21 23:39283.6 MBsha256:ba5025082854
docker.io/rostislavdugin/postgresus
:v2.12.0
linux/amd64linux/arm64
2025/12/21 20:21283.6 MBsha256:cd72b2ba3a4a
docker.io/rostislavdugin/postgresus
:v2.11.0
linux/amd64linux/arm64
2025/12/21 02:36273.5 MBsha256:bc97b26599aa
docker.io/rostislavdugin/postgresus
:v2.10.0
linux/amd64linux/arm64
2025/12/20 05:41256.0 MBsha256:90bc1c7a3177
docker.io/rostislavdugin/postgresus
:v2.9.0
linux/amd64linux/arm64
2025/12/20 04:39256.0 MBsha256:342fc0d4bb9f
docker.io/rostislavdugin/postgresus
:v2.8.1
linux/amd64linux/arm64
2025/12/19 19:44256.0 MBsha256:6049279779dc
docker.io/rostislavdugin/postgresus
:v2.8.0
linux/amd64linux/arm64
2025/12/19 00:12256.0 MBsha256:550f6dc90436
docker.io/rostislavdugin/postgresus
:v2.7.0
linux/amd64linux/arm64
2025/12/18 19:48210.2 MBsha256:b179e51070ea
docker.io/rostislavdugin/postgresus
:v2.6.0
linux/amd64linux/arm64
2025/12/17 22:03210.1 MBsha256:2721f07a4d34
docker.io/rostislavdugin/postgresus
:v2.5.1
linux/amd64linux/arm64
2025/12/16 18:47210.1 MBsha256:cad578415afb
docker.io/rostislavdugin/postgresus
:v2.5.0
linux/amd64linux/arm64
2025/12/14 05:14210.1 MBsha256:8adb04743ccd
docker.io/rostislavdugin/postgresus
:v2.4.0
linux/amd64linux/arm64
2025/12/14 03:50210.1 MBsha256:2d043d3d362f
docker.io/rostislavdugin/postgresus
:v2.3.0
linux/amd64linux/arm64
2025/12/14 03:35210.1 MBsha256:52969afc393a