wger-celery-worker

wger-celery-worker

Docker 应用程序 from rorar's Repository

概述

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

要求

Part of the wger stack. Must be on the same Docker network (wger_network) as wger-server, wger-db, and wger-redis.

运行时参数

网络
wger_network
外壳
sh
特权
false
额外参数
--entrypoint /start-worker

模板配置

SECRET_KEYVariable

Django SECRET_KEY – must match wger-server. CHANGE THIS!

默认值
wger-docker-supersecret-key-1234567890!@#$%^&*(-_)
价值
wger-docker-supersecret-key-1234567890!@#$%^&*(-_)
SIGNING_KEYVariable

JWT signing key – must match wger-server. CHANGE THIS!

默认值
wger-docker-secret-jwtkey-1234567890!@#$%^&*(-_=+)
价值
wger-docker-secret-jwtkey-1234567890!@#$%^&*(-_=+)
TIME_ZONEVariable

Timezone (must match wger-server)

默认值
Europe/Berlin
价值
Europe/Berlin
DJANGO_MEDIA_ROOTPathrw

Path to media files (must match wger-server)

目标
/home/wger/media
默认值
/mnt/user/appdata/wger/media/
价值
/mnt/user/appdata/wger/media/
DJANGO_DB_HOSTVariable

Database container hostname

默认值
wger-db
价值
wger-db
CELERY_BROKERVariable

Celery broker URL (Redis)

默认值
redis://wger-redis:6379/2
价值
redis://wger-redis:6379/2
CELERY_BACKENDVariable

Celery result backend URL (Redis)

默认值
redis://wger-redis:6379/2
价值
redis://wger-redis:6379/2
PUIDVariable

User ID

默认值
99
价值
99
PGIDVariable

Group ID

默认值
100
价值
100
UMASKVariable

File creation mask

默认值
022
价值
022

详细信息

存储库
wger/server:latest
最后更新2026-05-31
初见2026-05-27

在Unraid 上运行 wger-celery-worker 。

wger-celery-worker 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。