Add Docker support and environment variable configuration for qBittorrent script

This commit is contained in:
Kelly Thomas Reardon
2024-12-27 22:18:08 -06:00
parent 2eec46ce03
commit a6b5717707
3 changed files with 74 additions and 29 deletions
+13
View File
@@ -0,0 +1,13 @@
# 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