merging NOC
All checks were successful
Test Action / test (push) Successful in 3s

This commit is contained in:
Aaron Pierson
2026-03-11 08:50:24 -05:00
parent 5f4ea32e9d
commit 81b94aecc4
4 changed files with 109 additions and 95 deletions

View File

@@ -83,49 +83,47 @@ services:
ports:
- 5656:5656
#IPTV
# dispatcharr:
# # build:
# # context: .
# # dockerfile: Dockerfile
# image: ghcr.io/dispatcharr/dispatcharr:latest
# restart: unless-stopped
# container_name: dispatcharr
# ports:
# - 9191:9191
# volumes:
# - dispatcharr_data:/data
# environment:
# - DISPATCHARR_ENV=aio
# - REDIS_HOST=localhost
# - CELERY_BROKER_URL=redis://localhost:6379/0
# - DISPATCHARR_LOG_LEVEL=info
# # 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:
# # resources:
# # reservations:
# # devices:
# # - driver: nvidia
# # count: all
# # capabilities: [gpu]
# volumes:
# dispatcharr_data:
dispatcharr:
# build:
# context: .
# dockerfile: Dockerfile
image: ghcr.io/dispatcharr/dispatcharr:latest
restart: unless-stopped
container_name: dispatcharr
ports:
- 9191:9191
volumes:
- dispatcharr_data:/data
environment:
- DISPATCHARR_ENV=aio
- REDIS_HOST=localhost
- CELERY_BROKER_URL=redis://localhost:6379/0
- DISPATCHARR_LOG_LEVEL=info
# 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:
# resources:
# reservations:
# devices:
# - driver: nvidia
# count: all
# capabilities: [gpu]
#Sports
sportarr:
@@ -141,4 +139,7 @@ services:
- /home/mediaCenter/Media/Video/Sports:/sports
ports:
- 1867:1867
restart: unless-stopped
restart: unless-stopped
volumes:
dispatcharr_data: