wger-celery-beat
wger-celery-beat
Docker app from rorar's Repository
Overview
Celery Beat scheduler that manages periodic tasks for the wger application (automatic exercise sync, cleanup, etc.).
Requirements
Part of the wger stack. Must be on the same Docker network (wger_network) as wger-server, wger-db, and wger-redis.
Runtime arguments
- Network
wger_network- Shell
sh- Privileged
- false
- Extra Params
--entrypoint /start-beat
Template configuration
SECRET_KEYVariable
Django SECRET_KEY – must match wger-server. CHANGE THIS!
- Default
- wger-docker-supersecret-key-1234567890!@#$%^&*(-_)
- Value
- wger-docker-supersecret-key-1234567890!@#$%^&*(-_)
SIGNING_KEYVariable
JWT signing key – must match wger-server. CHANGE THIS!
- Default
- wger-docker-secret-jwtkey-1234567890!@#$%^&*(-_=+)
- Value
- wger-docker-secret-jwtkey-1234567890!@#$%^&*(-_=+)
TIME_ZONEVariable
Timezone (must match wger-server)
- Default
- Europe/Berlin
- Value
- Europe/Berlin
DJANGO_DB_HOSTVariable
Database container hostname
- Default
- wger-db
- Value
- wger-db
CELERY_BROKERVariable
Celery broker URL (Redis)
- Default
- redis://wger-redis:6379/2
- Value
- redis://wger-redis:6379/2
CELERY_BACKENDVariable
Celery result backend URL (Redis)
- Default
- redis://wger-redis:6379/2
- Value
- redis://wger-redis:6379/2
PUIDVariable
User ID
- Default
- 99
- Value
- 99
PGIDVariable
Group ID
- Default
- 100
- Value
- 100
UMASKVariable
File creation mask
- Default
- 022
- Value
- 022
Categories
Details
Repository
wger/server:latestLast Updated2026-06-01
First Seen2026-05-27
Run wger-celery-beat on Unraid.
wger-celery-beat is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.