Add Docker support and environment variable configuration for qBittorrent script
This commit is contained in:
+10
@@ -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"]
|
||||
Reference in New Issue
Block a user