Update komodo/arr/download-clients/compose.yaml

Added shelfmark for bookdownloading
This commit is contained in:
2026-01-18 21:27:55 +00:00
parent 4d3c8a7eb8
commit ef6c479be8

View File

@@ -56,5 +56,22 @@ services:
ports: ports:
- "8888:8888" - "8888:8888"
restart: unless-stopped restart: unless-stopped
shelfmark:
image: ghcr.io/calibrain/shelfmark:latest
container_name: shelfmark
environment:
PUID: ${PUID}
PGID: ${PGID}
ports:
- 8084:8084
restart: unless-stopped
volumes:
- ${DATA_PATH}/media/books:/books # Default destination for book downloads
- shelfmark:/config # App configuration
# Required for torrent / usenet - path must match your download client's volume exactly
- ${DATA_PATH}/torrents:/downloads/torrents
- ${DATA_PATH}/usenset:/downloads/usenet
# - /path/to/downloads:/path/to/downloads
volumes: volumes:
qbittorrent-pia: qbittorrent-pia:
shelfmark: