Skip to content

pikhovkin/postgresql-postgis-timescaledb

Repository files navigation

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