TimescaleDB + PostGIS
10K+
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]
The version of each software is in the image tag:
<timescaledb-version>-<postgres-version>-<postgis-version>
---
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
Content type
Image
Digest
sha256:86da4f258…
Size
206.8 MB
Last updated
9 months ago
docker pull ngosang/timescaledb-postgis