1
0

shelfmark: add /downloads volume

This commit is contained in:
2026-04-19 17:11:25 +02:00
parent 038497f12e
commit 1058cfdbc7
+1
View File
@@ -56,6 +56,7 @@ services:
- ${CWA_INGEST_DIR}:/cwa-book-ingest - ${CWA_INGEST_DIR}:/cwa-book-ingest
# re-use calibre-web-automated user database # re-use calibre-web-automated user database
- ${CWA_DB_FILE}:/auth/app.db:ro - ${CWA_DB_FILE}:/auth/app.db:ro
- "${DOWNLOADS_PATH}/sabnzbd:/downloads"
healthcheck: healthcheck:
test: ["CMD", "curl", "-sf", "http://localhost:8084/api/health"] test: ["CMD", "curl", "-sf", "http://localhost:8084/api/health"]
interval: 30s interval: 30s