improvements data stores and torrent pipeline

This commit is contained in:
chris
2025-09-25 22:59:22 +02:00
parent c6f4b733b3
commit 5609944f02
5 changed files with 14 additions and 8 deletions

View File

@@ -19,6 +19,8 @@ services:
- ${MEDIA_PATH}/qbittorrent/config:/config
- ${MEDIA_PATH}/qbittorrent/downloads:/downloads # do not use this folder, see https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths -> issues
- ${MEDIA_PATH}/data/torrents:/data/torrents
- ${MEDIA_PATH}/data/downloaded/books:/data/downloaded/books
- ${EXTERNAL_STORAGE}/media/audiobooks:/data/downloaded/audiobooks
labels:
# Watchtower
- "com.centurylinklabs.watchtower.enable=true"
@@ -26,4 +28,4 @@ services:
- "traefik.enable=true"
- "traefik.http.routers.qbittorrent.rule=Host(`qbittorrent.${LOCAL_DOMAIN}`)"
- "traefik.http.routers.qbittorrent.entrypoints=https"
- 'traefik.http.routers.qbittorrent.tls=true'
- 'traefik.http.routers.qbittorrent.tls=true'