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-timescaledbAlso 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.
MIT