Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binakot/PostgreSQL-PostGIS-TimescaleDB
PostgreSQL + PostGIS + TimescaleDB docker image 🐘🌎📈
https://github.com/binakot/PostgreSQL-PostGIS-TimescaleDB
alpine docker-image hacktoberfest hacktoberfest-accepted postgis postgresql timescaledb
Last synced: 10 days ago
JSON representation
PostgreSQL + PostGIS + TimescaleDB docker image 🐘🌎📈
- Host: GitHub
- URL: https://github.com/binakot/PostgreSQL-PostGIS-TimescaleDB
- Owner: binakot
- License: mit
- Created: 2017-12-07T17:54:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-04T07:33:04.000Z (about 3 years ago)
- Last Synced: 2024-08-01T00:41:29.411Z (3 months ago)
- Topics: alpine, docker-image, hacktoberfest, hacktoberfest-accepted, postgis, postgresql, timescaledb
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/binakot/postgresql-postgis-timescaledb
- Size: 25.4 KB
- Stars: 58
- Watchers: 0
- Forks: 27
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PostgreSQL-PostGIS-TimescaleDB
PostgreSQL + PostGIS + TimescaleDB ready-to-use docker image 🐘🌎📈
Based on [Alpine Linux](https://alpinelinux.org).
Docker image with:
* [PostgreSQL](https://www.postgresql.org/)
* [PostGIS](http://postgis.net/)
* [TimescaleDB](https://www.timescale.com/)Current versions of components:
* PostgreSQL: **13.4** ([Source docker image](https://store.docker.com/images/postgres))
* PostGIS: **3.1.4** ([Release archive](https://github.com/postgis/postgis/releases/tag/3.1.4))
* TimescaleDB: **2.4.2** ([Release archive](https://github.com/timescale/timescaledb/releases/tag/2.4.2))How to build:
```bash
$ docker build -t binakot/postgresql-postgis-timescaledb .
```How to run:
```bash
$ 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](http://localhost:5433) with credentials: `[email protected]` / `admin`.