All apps · 0 apps
TimescaleDB-HA
Docker app from glls' Repository
Overview
TimescaleDB is an open-source PostgreSQL extension designed for running real-time analytics on time-series data. It is engineered up from PostgreSQL and maintains full SQL support.
The TimescaleDB-HA Docker image offers the most complete TimescaleDB experience. It uses Ubuntu, includes TimescaleDB Toolkit, and support for PostGIS, Patroni and pgvector.
TimescaleDB is pre-created in the default PostgreSQL database. By default, TimescaleDB is added to any new database you create.
Configuration Parameters
POSTGRES_PASSWORD - superuser password. Default user and password are both "postgres".
Database Storage Path (Appdata) - the directory where TimescaleDB stores its application data and configuration files.
TimescaleDB access port - the listening port the database server accepts TCP/IP connections.
NOTE: the container is configured to run as the user and group that owns the files on your Unraid server (99:100 in your case) using the PUID and PGID environment variables in the container's template and --user 99:100.
Install TimescaleDB-HA on Unraid in a few clicks.
Find TimescaleDB-HA in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for TimescaleDB-HA Review the template variables and paths Click Install
Download Statistics
31,975,508
Total Downloads
483,283
This Month
1,812,454
Avg / Month
Total Downloads Over Time
Loading chart...
Related apps
Explore more like this
Explore allDetails
Repository
timescale/timescaledb-ha:pg17Last Updated2026-06-23
First Seen2025-04-20
Runtime arguments
- Network
bridge- Shell
sh- Privileged
- false
- Extra Params
--user 99:100
Template configuration
POSTGRES_PASSWORDVariable
Initial superuser password (required)
- Value
- postgres
Database Storage Path (Appdata)Pathrw
PostgreSQL data storage location
- Target
- /home/postgres/pgdata/data
- Default
- /mnt/user/appdata/timescaledb-ha
- Value
- /mnt/user/appdata/timescaledb
TimescaleDB access portPorttcp
TCP connection port
- Target
- 5432
- Default
- 5432
- Value
- 5432
PUIDVariable
- Default
- 99
- Value
- 99
PGIDVariable
- Default
- 100
- Value
- 100