sign0 / postgis-timescale-h3

Dockerized PostgreSQL v11 / PostGIS v2.5 / TimescaleDB v1.4 / Uber H3 (+ PGAdmin 4 + Grafana in docker-compose)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

postgis-timescale-h3

Dockerized PostgreSQL v11 / PostGIS v2.5 / TimescaleDB v1.4 / Uber H3 (+ PGAdmin 4 + Grafana in docker-compose)

exposed ports

  • :15432 = Postgresql database (internal-hostname:postgis db:postgres user:postgres password:postgis)
  • :8500 = PGAdmin 4 (user:pgadmin@localhost password:pgAdmin4)
  • :8600 = Grafana (user:admin password:admin)

Quick start

git clone https://github.com/sign0/postgis-timescale-h3.git \
&& cd postgis-timescale-h3 \
&& docker-compose up -d

Up

docker-compose up -d

Stop

docker-compose stop

Down

docker-compose down

Reset

docker-compose down -v \
&& rm -rf data/

About

Dockerized PostgreSQL v11 / PostGIS v2.5 / TimescaleDB v1.4 / Uber H3 (+ PGAdmin 4 + Grafana in docker-compose)

License:MIT License


Languages

Language:Shell 81.2%Language:Dockerfile 18.8%