wger-celery-worker

wger-celery-worker

Docker app from rorar's Repository

Overview

Celery worker that processes asynchronous background tasks for the wger application (exercise sync, image processing, etc.).

Install wger-celery-worker on Unraid in a few clicks.

Find wger-celery-worker 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-celery-worker 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, wger-db, and wger-redis.

Download Statistics

2,148,115
Total Downloads

Related apps

Explore more like this

Explore all

Details

Repository
wger/server:latest
Last Updated2026-06-04
First Seen2026-05-27

Runtime arguments

Network
wger_network
Shell
sh
Privileged
false
Extra Params
--entrypoint /start-worker

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_MEDIA_ROOTPathrw

Path to media files (must match wger-server)

Target
/home/wger/media
Default
/mnt/user/appdata/wger/media/
Value
/mnt/user/appdata/wger/media/
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