PostgreSQL-PostGIS-TimescaleDB icon indicating copy to clipboard operation
PostgreSQL-PostGIS-TimescaleDB copied to clipboard

PostgreSQL + PostGIS + TimescaleDB docker image 🐘🌎📈

PostgreSQL-PostGIS-TimescaleDB

PostgreSQL + PostGIS + TimescaleDB ready-to-use docker image 🐘🌎📈

Based on Alpine Linux.

Docker image with:

Current versions of components:

How to build:

$ docker build -t binakot/postgresql-postgis-timescaledb .

How to run:

$ docker run -d --name postgres -e POSTGRES_PASSWORD=postgres binakot/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: [email protected] / admin.