feat: Add Cleanuperr

This commit is contained in:
AdrienPoupa
2025-05-06 19:46:22 -04:00
parent 58fa1a8008
commit 737e50e790

View File

@ -345,10 +345,10 @@ services:
environment: environment:
- TZ=${TIMEZONE} - TZ=${TIMEZONE}
- QUEUECLEANER__ENABLED=true - QUEUECLEANER__ENABLED=true
- TRIGGERS__QUEUECLEANER="0 0 0/1 * * ?" # Hourly - TRIGGERS__QUEUECLEANER=0 0 0/1 * * ?
- CONTENTBLOCKER__ENABLED=true - CONTENTBLOCKER__ENABLED=true
- CONTENTBLOCKER__IGNORED_DOWNLOADS_PATH=/ignored.txt - CONTENTBLOCKER__IGNORED_DOWNLOADS_PATH=/ignored.txt
- TRIGGERS__CONTENTBLOCKER="0 0 0/1 * * ?" # Hourly - TRIGGERS__CONTENTBLOCKER=0 0 0/1 * * ?
- DOWNLOAD_CLIENT=qBittorrent - DOWNLOAD_CLIENT=qBittorrent
- QBITTORRENT__URL=http://vpn:8080 - QBITTORRENT__URL=http://vpn:8080
- QBITTORRENT__PASSWORD=${QBITTORRENT_PASSWORD} - QBITTORRENT__PASSWORD=${QBITTORRENT_PASSWORD}