Skip to content

waliot/PostgreSQL-PostGIS-TimescaleDB-KCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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