Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 456 Bytes

File metadata and controls

28 lines (19 loc) · 456 Bytes

PostgreSQL-PostGIS-TimescaleDB-KCache

PostgreSQL + PostGIS + TimescaleDB + KCache ready-to-use docker image.

Docker

How to build:

$ docker build -t waliot/postgresql-postgis-timescaledb-kcache .

How to run:

$ docker run --name postgres \
    -e POSTGRES_PASSWORD=postgres \ 
    -d waliot/postgresql-postgis-timescaledb-kcache

Docker Compose

Build & run:

$ docker-compose build
$ docker-compose up -d