wger-celery-worker

wger-celery-worker

Aplicación Docker from rorar's Repository

Visión general

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

Requisitos

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

Argumentos en tiempo de ejecución

Red
wger_network
Concha
sh
Privilegiado
false
Parámetros adicionales
--entrypoint /start-worker

Configuración de plantillas

SECRET_KEYVariable

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

Por defecto
wger-docker-supersecret-key-1234567890!@#$%^&*(-_)
Valor
wger-docker-supersecret-key-1234567890!@#$%^&*(-_)
SIGNING_KEYVariable

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

Por defecto
wger-docker-secret-jwtkey-1234567890!@#$%^&*(-_=+)
Valor
wger-docker-secret-jwtkey-1234567890!@#$%^&*(-_=+)
TIME_ZONEVariable

Timezone (must match wger-server)

Por defecto
Europe/Berlin
Valor
Europe/Berlin
DJANGO_MEDIA_ROOTPathrw

Path to media files (must match wger-server)

Objetivo
/home/wger/media
Por defecto
/mnt/user/appdata/wger/media/
Valor
/mnt/user/appdata/wger/media/
DJANGO_DB_HOSTVariable

Database container hostname

Por defecto
wger-db
Valor
wger-db
CELERY_BROKERVariable

Celery broker URL (Redis)

Por defecto
redis://wger-redis:6379/2
Valor
redis://wger-redis:6379/2
CELERY_BACKENDVariable

Celery result backend URL (Redis)

Por defecto
redis://wger-redis:6379/2
Valor
redis://wger-redis:6379/2
PUIDVariable

User ID

Por defecto
99
Valor
99
PGIDVariable

Group ID

Por defecto
100
Valor
100
UMASKVariable

File creation mask

Por defecto
022
Valor
022

Detalles

Repositorio
wger/server:latest
Última actualización2026-06-02
Visto por primera vez2026-05-27

Ejecute wger-celery-worker en Unraid.

wger-celery-worker se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.