镜像概览

完整引用
docker.io/timescale/timescaledb-postgis
Registry
docker.io
命名空间
timescale
仓库
timescaledb-postgis
已缓存 Tag 数
137
最近同步
07/06/2026, 05:04 AM
相关主题

简介

TimescaleDB + PostGIS 时序地理数据库镜像,同时支持 time-series 与空间查询,适合 IoT 与 LBS 场景。

详细介绍

timescale/timescaledb-postgis 基于 PostgreSQL 预装 TimescaleDB 与 PostGIS 扩展,统一时序与地理数据模型。定位为时序+空间数据库服务,需 PVC 持久化;K8s StatefulSet 供 IoT/GIS 应用连接。

快速启动

docker run -d --name timescale-gis \
  -p 5432:5432 \
  -e POSTGRES_PASSWORD=changeme \
  docker.io/timescale/timescaledb-postgis:latest

推荐实践

docker run -d --name timescale-gis \
  --restart unless-stopped \
  -p 5432:5432 \
  -v /data/ts-gis:/var/lib/postgresql/data \
  -e POSTGRES_PASSWORD=changeme \
  docker.io/timescale/timescaledb-postgis:2.14.2-pg15

核心参数说明

  • -p 5432:5432 — PostgreSQL 协议端口
  • -v .../ts-gis:... — 时序+空间数据持久化
  • -e POSTGRES_PASSWORD — 密码(高敏
  • 固定 tag — TimescaleDB pin

Kubernetes

apiVersion: apps/v1
kind: StatefulSet
metadata:
  name: timescale-gis
spec:
  serviceName: timescale-gis
  replicas: 1
  selector:
    matchLabels:
      app: timescale-gis
  template:
    metadata:
      labels:
        app: timescale-gis
    spec:
      containers:
        - name: postgres
          image: docker.io/timescale/timescaledb-postgis:2.14.2-pg15
          ports:
            - containerPort: 5432
          envFrom:
            - secretRef:
                name: timescale-gis-secret
          volumeMounts:
            - name: data
              mountPath: /var/lib/postgresql/data
  volumeClaimTemplates:
    - metadata:
        name: data
      spec:
        accessModes: [ReadWriteOnce]
        resources:
          requests:
            storage: 100Gi
---
apiVersion: v1
kind: Service
metadata:
  name: timescale-gis
spec:
  selector:
    app: timescale-gis
  ports:
    - port: 5432
      targetPort: 5432

高写入 IoT 场景调优 timescaledb 参数;备份 CronJob 独立。

最新 Tag(20 条)

查看全部 137 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/timescale/timescaledb-postgis
:latest-pg13
linux/amd64
2021/05/26 00:27110.7 MBsha256:7a742a575416
docker.io/timescale/timescaledb-postgis
:latest-pg11
linux/amd64
2021/05/26 00:27114.4 MBsha256:67adce344a79
docker.io/timescale/timescaledb-postgis
:2.3.0-pg11
linux/amd64
2021/05/26 00:27114.4 MBsha256:67adce344a79
docker.io/timescale/timescaledb-postgis
:2.3.0-pg13
linux/amd64
2021/05/26 00:27110.7 MBsha256:7a742a575416
docker.io/timescale/timescaledb-postgis
:latest-pg12
linux/amd64
2021/05/26 00:27115.5 MBsha256:7758704d4a14
docker.io/timescale/timescaledb-postgis
:2.3.0-pg12
linux/amd64
2021/05/26 00:27115.5 MBsha256:7758704d4a14
docker.io/timescale/timescaledb-postgis
:2.2.1-pg13
linux/amd64
2021/05/05 20:21110.1 MBsha256:3dfdf9e57c4d
docker.io/timescale/timescaledb-postgis
:2.2.1-pg12
linux/amd64
2021/05/05 20:21114.9 MBsha256:e8cd1cd8f084
docker.io/timescale/timescaledb-postgis
:2.2.1-pg11
linux/amd64
2021/05/05 20:21113.8 MBsha256:ae459736cf47
docker.io/timescale/timescaledb-postgis
:2.2.0-pg11
linux/amd64
2021/04/13 16:59113.2 MBsha256:3907c4053b64
docker.io/timescale/timescaledb-postgis
:2.2.0-pg12
linux/amd64
2021/04/13 16:58114.3 MBsha256:a838c95066c9
docker.io/timescale/timescaledb-postgis
:2.2.0-pg13
linux/amd64
2021/04/13 16:58109.5 MBsha256:ae05dc32739d
docker.io/timescale/timescaledb-postgis
:2.1.1-pg11
linux/amd64
2021/04/11 11:31112.7 MBsha256:df40fe415345
docker.io/timescale/timescaledb-postgis
:2.1.1-pg12
linux/amd64
2021/04/11 11:30113.8 MBsha256:7d2066faf85b
docker.io/timescale/timescaledb-postgis
:2.1.0-pg11
linux/amd64
2021/04/11 11:05112.1 MBsha256:b76872ec6691
docker.io/timescale/timescaledb-postgis
:2.1.0-pg12
linux/amd64
2021/04/11 11:04113.3 MBsha256:1490abf7d356
docker.io/timescale/timescaledb-postgis
:2.0.2-pg12
linux/amd64
2021/04/11 10:36114.2 MBsha256:42baea504f6b
docker.io/timescale/timescaledb-postgis
:2.0.2-pg11
linux/amd64
2021/04/11 10:35113.1 MBsha256:caedbdd5fefb
docker.io/timescale/timescaledb-postgis
:2.1.1-pg13
linux/amd64
2021/03/30 15:23108.9 MBsha256:8b9a0e039e21
docker.io/timescale/timescaledb-postgis
:2.1.0-pg13
linux/amd64
2021/03/19 21:32108.4 MBsha256:675a81c7c750