wger-celery-flower
wger-celery-flower
Docker app from rorar's Repository
Overview
Flower is a web-based monitoring and management tool for Celery clusters. This template starts the Flower service for the wger application to monitor background tasks.
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
- Web UI
http://[IP]:[PORT:5555]- Network
wger_network- Shell
sh- Privileged
- false
- Extra Params
--entrypoint /start-flower
Template configuration
Flower WebUI PortPorttcp
Port for the Flower web interface
- Target
- 5555
- Default
- 5555
- Value
- 8559
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
Server timezone
- Default
- Europe/Berlin
- Value
- Europe/Berlin
DJANGO_DB_HOSTVariable
PostgreSQL database container hostname
- Default
- wger-db
- Value
- wger-db
DJANGO_DB_PORTVariable
Database port
- Default
- 5432
- Value
- 5432
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
DJANGO_MEDIA_ROOTPathrw
Path to media files
- Target
- /home/wger/media
- Default
- /mnt/user/appdata/wger/media
- Value
- /mnt/user/appdata/wger/media
PUIDVariable
User ID
- Default
- 99
- Value
- 99
PGIDVariable
Group ID
- Default
- 100
- Value
- 100
UMASKVariable
File creation mask
- Default
- 022
- Value
- 022
CELERY_FLOWER_PASSWORDVariable
Password for Celery Flower web interface
- Default
- adminadmin
- Value
- adminadmin
Categories
Details
Repository
wger/server:latestLast Updated2026-05-31
First Seen2026-05-27
Run wger-celery-flower on Unraid.
wger-celery-flower is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.