# postgresql-postgis-timescaledb **Repository Path**: zhangjun98/postgresql-postgis-timescaledb ## Basic Information - **Project Name**: postgresql-postgis-timescaledb - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-27 - **Last Updated**: 2025-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # postgresql-postgis-timescaledb [![build](https://github.com/pikhovkin/postgresql-postgis-timescaledb/workflows/build/badge.svg)](https://github.com/pikhovkin/postgresql-postgis-timescaledb/actions) [![](https://img.shields.io/docker/v/pikhovkin/postgresql-postgis-timescaledb?sort=semver&logo=docker)](https://hub.docker.com/r/pikhovkin/postgresql-postgis-timescaledb) [![](https://img.shields.io/github/license/pikhovkin/postgresql-postgis-timescaledb)](./LICENSE) PostgreSQL + PostGIS + TimescaleDB ready-to-use docker image Current versions of components: * [Alpine Linux](https://alpinelinux.org): **[3.18](http://dl-cdn.alpinelinux.org/alpine/v3.18/)** * [PostgreSQL](https://www.postgresql.org/): **[15.3](https://store.docker.com/images/postgres)** * [PostGIS](http://postgis.net/): **[3.3.4](https://github.com/postgis/postgis/releases/tag/3.3.4)** * [TimescaleDB](https://www.timescale.com/): **[2.11.1](https://github.com/timescale/timescaledb/releases/tag/2.11.1)** --- How to build: ```bash $ docker build -t pikhovkin/postgresql-postgis-timescaledb:latest . ``` How to run: ```bash $ 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](http://localhost:5433) with credentials: `admin@admin.com` / `admin`. --- Based on [binakot/postgresql-postgis-timescaledb](https://github.com/binakot/PostgreSQL-PostGIS-TimescaleDB). ### License MIT