Files
qbt-cleanarr/docker-compose.yaml
T
2024-12-28 07:37:17 -06:00

14 lines
681 B
YAML

# SAMPLE DOCKER COMPOSE
services:
qbt-cleanarr:
container_name: qbt-cleanarr
image: docker.io/blinkfink182/qbt-cleanarr
environment:
- SCHEDULE=15 # OPTIONAL: time in minutes to wait between check, 60 is default
# BELOW ARE ALL REQUIRED
- QBTHOST=host.docker.internal # qbittorrent host
- QBTPORT=8787 # qbittorrent port
- QBTUSER=admin # qbittorrent webUI username
- QBTPASSWORD=adminpass # qbittorrent webUI password
- NOTIFICATIONWEBHOOKURL=https://discord.com/api/webhooks/<webhookURL> # discord notification wehook URL
- EXCLUDEDTRACKERS=tracker1.com,tracker2.com # comma separated list of tracker names to exclude