wger-server

wger-server

Docker-Anwendung from rorar's Repository

Übersicht

wger (Workout Manager) is a free, open-source web application for managing workouts, nutrition plans, and training logs. This container is the backend application server for the multi-container WGER stack.

Anforderungen

Requires wger-db, wger-redis, and wger-nginx containers on the same Docker network (wger_network). Optional: wger-celery-worker, wger-celery-beat, wger-celery-flower.

Laufzeit-Argumente

Web-UI
http://[IP]:[PORT:8555]
Netzwerk
wger_network
Shell
sh
Privilegiert
false
Extra Params
--health-cmd="wget --no-verbose --tries=1 --spider http://localhost:8000" --health-interval=10s --health-retries=5 --health-start-period=300s --health-timeout=5s

Konfiguration der Vorlage

PORTPorttcp

WebUI port for the wger server (container port 8000)

Ziel
8000
Standard
8555
Wert
8555
DJANGO_DB_ENGINEVariable

Database engine, e.g. django.db.backends.postgresql

Standard
django.db.backends.postgresql
Wert
django.db.backends.postgresql
DJANGO_DB_DATABASEVariable

PostgreSQL database name

Standard
wger
Wert
wger
DJANGO_DB_USERVariable

Database username

Standard
wger
Wert
wger
DJANGO_DB_PASSWORDVariable

Database password

Wert
wger
DJANGO_DB_HOSTVariable

Database container hostname (must match your wger-db container name)

Standard
wger-db
Wert
wger-db
DJANGO_DB_PORTVariable

PostgreSQL database port

Standard
5432
Wert
5432
TIME_ZONEVariable

Server timezone. See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

Standard
Europe/Berlin
Wert
Europe/Berlin
SITE_URLVariable

Base URL of the application, e.g. http://your-server-ip:8555

Standard
http://localhost
Wert
http://localhost
DJANGO_STATIC_ROOTPathrw

Path for static files

Ziel
/home/wger/static
Standard
/mnt/user/appdata/wger/static/
Wert
/mnt/user/appdata/wger/static/
DJANGO_MEDIA_ROOTPathrw

Path for media files (uploaded images, etc.)

Ziel
/home/wger/media
Standard
/mnt/user/appdata/wger/media/
Wert
/mnt/user/appdata/wger/media/
SECRET_KEYVariable

Django SECRET_KEY – 50 characters, generate with a secure random generator. CHANGE THIS!

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

JWT signing key – must differ from SECRET_KEY. CHANGE THIS!

Wert
wger-docker-secret-jwtkey-1234567890!@#$%^&*(-_=+)
ALLOW_REGISTRATIONVariable

Allow new user registration (True/False)

Standard
True
Wert
True
ALLOW_GUEST_USERSVariable

Allow guest access (True/False)

Standard
True
Wert
True
ALLOW_UPLOAD_VIDEOSVariable

Allow video uploads (True/False)

Standard
True
Wert
True
MIN_ACCOUNT_AGE_TO_TRUSTVariable

Minimum account age in days before user is trusted

Standard
21
Wert
21
SYNC_EXERCISES_CELERYVariable

Sync exercises in background via Celery

Standard
True
Wert
True
SYNC_EXERCISE_IMAGES_CELERYVariable

Sync exercise images in background

Standard
True
Wert
True
SYNC_EXERCISE_VIDEOS_CELERYVariable

Sync exercise videos in background

Standard
True
Wert
True
SYNC_INGREDIENTS_CELERYVariable

Sync ingredients in background

Standard
True
Wert
True
DOWNLOAD_INGREDIENTS_FROMVariable

Source for ingredient data, e.g. 'WGER'

Standard
WGER
Wert
WGER
USE_CELERYVariable

Enable Celery for background tasks (True/False)

Standard
True
Wert
True
PUIDVariable

User ID

Standard
99
Wert
99
PGIDVariable

Group ID

Standard
100
Wert
100
UMASKVariable

File creation mask

Standard
022
Wert
022
DJANGO_DEBUGVariable

Django debug mode (required for wger to run correctly)

Standard
True
Wert
True
CELERY_BROKERVariable

Celery broker URL (Redis)

Standard
redis://wger-redis:6379/2
Wert
redis://wger-redis:6379/2
CELERY_BACKENDVariable

Celery result backend URL (Redis)

Standard
redis://wger-redis:6379/2
Wert
redis://wger-redis:6379/2
CELERY_FLOWER_PASSWORDVariable

Password for Celery Flower monitoring UI

Standard
adminadmin
Wert
adminadmin
DJANGO_CACHE_BACKENDVariable

Cache backend class

Standard
django_redis.cache.RedisCache
Wert
django_redis.cache.RedisCache
DJANGO_CACHE_LOCATIONVariable

Django cache URL (Redis)

Standard
redis://wger-redis:6379/1
Wert
redis://wger-redis:6379/1
DJANGO_CACHE_TIMEOUTVariable

Cache timeout in seconds (15 days)

Standard
1296000
Wert
1296000
DJANGO_CACHE_CLIENT_CLASSVariable

Redis cache client class

Standard
django_redis.client.DefaultClient
Wert
django_redis.client.DefaultClient
ENABLE_EMAILVariable

Enable SMTP email notifications (True/False)

Standard
False
Wert
False
EMAIL_HOSTVariable

SMTP server address

EMAIL_PORTVariable

SMTP server port

EMAIL_HOST_USERVariable

SMTP server username

EMAIL_HOST_PASSWORDVariable

SMTP server password

EMAIL_USE_TLSVariable

Enable TLS for email (True/False)

Standard
False
Wert
True
EMAIL_USE_SSLVariable

Enable SSL for email (True/False)

Standard
False
Wert
False
FROM_EMAILVariable

Sender address for system emails

Standard
wger Workout Manager
Wert
wger Workout Manager wger@example.com

Einzelheiten

Repository
wger/server:latest
Zuletzt aktualisiert2026-05-31
Erstmals gesehen2026-05-27

Führen Sie wger-server auf Unraid aus.

wger-server ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.