PostgreSQL + PostGIS + TimescaleDB ready-to-use docker image 🐘🌎📈
Based on Alpine Linux.
Docker image with:
Current versions of components:
- PostgreSQL: 13.4 (Source docker image)
- PostGIS: 3.1.4 (Release archive)
- TimescaleDB: 2.4.2 (Release archive)
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: admin@admin.com
/ admin
.