Files
ArrQueueCleaner/docker-compose.yml
TheLegendTubaGuy 1a0ffd0315 Initia commit
2025-09-02 22:24:41 -05:00

16 lines
401 B
YAML

version: '3.8'
services:
arr-queue-cleaner:
build: .
environment:
- SONARR_HOST=http://sonarr:8989
- SONARR_API_KEY=your_api_key_here
- REMOVE_QUALITY_BLOCKED=false
- BLOCK_REMOVED_QUALITY_RELEASES=false
- REMOVE_ARCHIVE_BLOCKED=false
- BLOCK_REMOVED_ARCHIVE_RELEASES=false
- SCHEDULE=*/5 * * * *
- LOG_LEVEL=info
restart: unless-stopped