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

@@ -11,7 +11,9 @@ services:
- ip4net
volumes:
- ${MEDIA_PATH}/readarr/config:/config
- ${MEDIA_PATH}/data:/data
- ${MEDIA_PATH}/data/torrents:/data/torrents
- ${EXTERNAL_STORAGE}/media/audiobooks:/data/media/audiobooks
- ${EXTERNAL_STORAGE}/media/books:/data/media/books
labels:
# Watchtower
- "com.centurylinklabs.watchtower.enable=true"
@@ -19,4 +21,4 @@ services:
- "traefik.enable=true"
- "traefik.http.routers.readarr.rule=Host(`readarr.${LOCAL_DOMAIN}`)"
- "traefik.http.routers.readarr.entrypoints=https"
- 'traefik.http.routers.readarr.tls=true'
- 'traefik.http.routers.readarr.tls=true'