From 1058cfdbc723e51fa1d60f3f19008ae7fc8a1953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Sun, 19 Apr 2026 17:11:25 +0200 Subject: [PATCH] shelfmark: add /downloads volume --- services/calibre-web-automated.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/services/calibre-web-automated.yml b/services/calibre-web-automated.yml index 7fa6347..9431ed7 100644 --- a/services/calibre-web-automated.yml +++ b/services/calibre-web-automated.yml @@ -56,6 +56,7 @@ services: - ${CWA_INGEST_DIR}:/cwa-book-ingest # re-use calibre-web-automated user database - ${CWA_DB_FILE}:/auth/app.db:ro + - "${DOWNLOADS_PATH}/sabnzbd:/downloads" healthcheck: test: ["CMD", "curl", "-sf", "http://localhost:8084/api/health"] interval: 30s