improvements data stores and torrent pipeline
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user