All apps · 0 apps
wger-db
OfficialDocker app from rorar's Repository
Overview
PostgreSQL database server for the wger application. Persistent data is stored in the configured host directory.
Install wger-db on Unraid in a few clicks.
Find wger-db 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 wger-db Review the template variables and paths Click Install
Requirements
Part of the wger stack. Must be on the same Docker network (wger_network) as wger-server.
Categories
Download Statistics
11,008,406,270
Total Downloads
138,421,369
This Month
132,804,652
Avg / Month
Total Downloads Over Time
Loading chart...
Related apps
Explore more like this
Explore allLinks
Details
Repository
postgres:15-alpineLast Updated2026-07-17
First Seen2026-05-27
Runtime arguments
- Network
wger_network- Shell
sh- Privileged
- false
- Extra Params
--health-cmd="pg_isready -U wger" --health-interval=10s --health-retries=5 --health-start-period=30s --health-timeout=5s
Template configuration
PORTPorttcp
PostgreSQL database port
- Target
- 5432
- Default
- 5432
- Value
- 5432
POSTGRES_USERVariable
Database username
- Default
- wger
- Value
- wger
POSTGRES_PASSWORDVariable
Database password
- Default
- wger
- Value
- wger
POSTGRES_DBVariable
Database name
- Default
- wger
- Value
- wger
DB_DATAPathrw
Persistent data directory
- Target
- /var/lib/postgresql/data
- Default
- /mnt/user/appdata/wger/db/
- Value
- /mnt/user/appdata/wger/db/
Variable: TZVariable
Timezone. See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
- Target
- TZ
- Default
- Europe/Berlin
- Value
- Europe/Berlin
PUIDVariable
User ID
- Default
- 99
- Value
- 99
PGIDVariable
Group ID
- Default
- 100
- Value
- 100
UMASKVariable
File creation mask
- Default
- 022
- Value
- 022