You've already forked docker-compose-nas
mirror of
https://github.com/AdrienPoupa/docker-compose-nas.git
synced 2025-07-16 22:42:27 +02:00
feat: Add Cleanuperr
This commit is contained in:
@ -345,10 +345,10 @@ services:
|
||||
environment:
|
||||
- TZ=${TIMEZONE}
|
||||
- QUEUECLEANER__ENABLED=true
|
||||
- TRIGGERS__QUEUECLEANER="0 0 0/1 * * ?" # Hourly
|
||||
- TRIGGERS__QUEUECLEANER=0 0 0/1 * * ?
|
||||
- CONTENTBLOCKER__ENABLED=true
|
||||
- CONTENTBLOCKER__IGNORED_DOWNLOADS_PATH=/ignored.txt
|
||||
- TRIGGERS__CONTENTBLOCKER="0 0 0/1 * * ?" # Hourly
|
||||
- TRIGGERS__CONTENTBLOCKER=0 0 0/1 * * ?
|
||||
- DOWNLOAD_CLIENT=qBittorrent
|
||||
- QBITTORRENT__URL=http://vpn:8080
|
||||
- QBITTORRENT__PASSWORD=${QBITTORRENT_PASSWORD}
|
||||
|
Reference in New Issue
Block a user