Remove Dev/dri mount

This commit is contained in:
2026-05-22 09:46:35 +02:00
parent 1e9f90203b
commit 4b63c02b7f
-20
View File
@@ -19,28 +19,9 @@ services:
- REDIS_HOST=localhost - REDIS_HOST=localhost
- CELERY_BROKER_URL=redis://localhost:6379/0 - CELERY_BROKER_URL=redis://localhost:6379/0
- DISPATCHARR_LOG_LEVEL=info - DISPATCHARR_LOG_LEVEL=info
# - LIBVA_DRIVER_NAME=radeonsi
group_add: group_add:
- video - video
- render - render
# 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
# Process Priority Configuration (Optional)
# Lower values = higher priority. Range: -20 (highest) to 19 (lowest)
# Negative values require cap_add: SYS_NICE (uncomment below)
#- UWSGI_NICE_LEVEL=-5 # uWSGI/FFmpeg/Streaming (default: 0, recommended: -5 for high priority)
#- CELERY_NICE_LEVEL=5 # Celery/EPG/Background tasks (default: 5, low priority)
#
# Uncomment to enable high priority for streaming (required if UWSGI_NICE_LEVEL < 0)
#cap_add:
# - SYS_NICE
# Optional for hardware acceleration
# devices:
# - /dev/dri:/dev/dri # For Intel/AMD GPU acceleration (VA-API)
# Uncomment the following lines for NVIDIA GPU support
# NVidia GPU support (requires NVIDIA Container Toolkit)
deploy: deploy:
resources: resources:
reservations: reservations:
@@ -49,6 +30,5 @@ services:
count: all count: all
capabilities: [gpu] capabilities: [gpu]
volumes: volumes:
dispatcharr_data: dispatcharr_data: