egrimstad / PostgreSQL-PostGIS-TimescaleDB

PostgreSQL + PostGIS + TimescaleDB docker image πŸ˜πŸŒŽπŸ“ˆ

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: admin@admin.com / admin.

About

PostgreSQL + PostGIS + TimescaleDB docker image πŸ˜πŸŒŽπŸ“ˆ

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

License:MIT License


Languages

Language:Dockerfile 74.0%Language:Shell 26.0%