-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcompose.yaml
15 lines (15 loc) · 862 Bytes
/
compose.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
services:
arr-stalled-handler:
build: .
container_name: ArrStalledHandler
restart: unless-stopped
environment:
RADARR_URL: "${RADARR_URL}" # Radarr URL
RADARR_API_KEY: "${RADARR_API_KEY}" # Radarr API Key
SONARR_URL: "${SONARR_URL}" # Sonarr URL
SONARR_API_KEY: "${SONARR_API_KEY}" # Sonarr API Key
STALLED_TIMEOUT: "${STALLED_TIMEOUT}" # How long a download should be stalled before handling it (in seconds)
STALLED_ACTION: "${STALLED_ACTION}" # Options: REMOVE or BLOCKLIST or BLOCKLIST_AND_SEARCH
VERBOSE: "${VERBOSE}" # Enable verbose/debug logging
RUN_INTERVAL: "${RUN_INTERVAL}" # How often should the script be run (in seconds)
COUNT_DOWNLOADING_METADATA_AS_STALLED: "${COUNT_DOWNLOADING_METADATA_AS_STALLED}" # If it should count downloads with the "Downloading Metadata" as stalled