pikhovkin / postgresql-postgis-timescaledb

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

Home Page:https://hub.docker.com/r/pikhovkin/postgresql-postgis-timescaledb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

postgresql-postgis-timescaledb

build

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

Current versions of components:


How to build:

$ docker build -t pikhovkin/postgresql-postgis-timescaledb:latest .

How to run:

$ docker run -d -e POSTGRES_PASSWORD=postgres pikhovkin/postgresql-postgis-timescaledb

Also you can run app stack with built docker image and pgAdmin4: docker-compose up.

PostgreSQL is running on port 5432.

PgAdmin will be available on localhost:5433 with credentials: admin@admin.com / admin.


Based on binakot/postgresql-postgis-timescaledb.

License

MIT

About

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

https://hub.docker.com/r/pikhovkin/postgresql-postgis-timescaledb

License:MIT License


Languages

Language:Python 68.7%Language:Dockerfile 24.1%Language:Shell 7.3%