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
+10
View File
@@ -0,0 +1,10 @@
FROM mcr.microsoft.com/powershell
ENV SCHEDULE=60
VOLUME /tmp
WORKDIR /data
ADD ["Invoke-QBTCleanarr.ps1", "/data/"]
ENTRYPOINT ["pwsh", "-Command", "/data/Invoke-QBTCleanarr.ps1"]