Merge pull request #1028 from Dispatcharr/dev

Dispatcharr - v0.20.0
This commit is contained in:
SergeantPanda 2026-02-26 14:05:41 -06:00 committed by GitHub
commit 393bfd384c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
100 changed files with 7315 additions and 2148 deletions

View file

@ -119,6 +119,11 @@ services:
# Process Priority Configuration (Optional)
#- CELERY_NICE_LEVEL=5 # Celery/EPG/Background tasks (default: 5, low priority; Range: -20 to 19)
# Legacy CPU Support (Optional)
# Uncomment to enable legacy NumPy build for older CPUs (circa 2009)
# that lack support for newer baseline CPU features:
#- USE_LEGACY_NUMPY=true
# Django Configuration
- DJANGO_SETTINGS_MODULE=dispatcharr.settings
- PYTHONUNBUFFERED=1