Sign inSign up

ngosang/timescaledb-postgis

By ngosang

Updated 9 months ago

TimescaleDB + PostGIS

Image
Databases & storage
1

10K+

ngosang/timescaledb-postgis repository overview

Docker Pulls Docker Stars

ko-fi

Docker image with Postgres configured with TimescaleDB and PostGIS extensions.

Maintained version of this Docker image => https://hub.docker.com/r/timescale/timescaledb-postgis

Source code: https://gist.github.com/ngosang/7d1f31b7afd0bde41a1ef4b3d0630edb

Author / Contact: ngosang /@ hotmail [.es]

Tags

The version of each software is in the image tag:

<timescaledb-version>-<postgres-version>-<postgis-version>

  • 2.24.0-pg18-postgis3.6 (latest tag)
  • 2.24.0-pg17-postgis3.6
  • 2.24.0-pg16-postgis3.6
  • 2.24.0-pg15-postgis3.6

Old tags

  • 2.13.0-pg16-postgis3.4
  • 2.13.0-pg15-postgis3.4
  • 2.13.0-pg14-postgis3.4
  • 2.13.0-pg13-postgis3.4

Example docker-compose

---
services:
  timescaledb-postgis:
    image: ngosang/timescaledb-postgis:2.24.0-pg18-postgis3.6
    container_name: timescaledb-postgis
    environment:
      - POSTGRES_PASSWORD=example
    ports:
      - 5433:5432
    volumes:
      # For Postgres >= 18
      - <host_path>:/var/lib/postgresql
      # For Postgres < 18
      #- <host_path>:/var/lib/postgresql/data
    restart: unless-stopped

Tag summary

Content type

Image

Digest

sha256:86da4f258

Size

206.8 MB

Last updated

9 months ago

docker pull ngosang/timescaledb-postgis