mirror of
https://github.com/thelegendtubaguy/ArrQueueCleaner.git
synced 2026-02-13 19:39:12 -06:00
16 lines
401 B
YAML
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
|