Skip to content

I1yi4/PostgreSQL-PostGIS-TimescaleDB-KCache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

About

PostgreSQL + PostGIS + TimescaleDB + KCache docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 83.4%
  • Shell 16.6%