From 99eac5924c7a141e8b9b2021d3ca182d67f5d484 Mon Sep 17 00:00:00 2001 From: akanealw Date: Mon, 30 Mar 2026 23:05:43 +0000 Subject: [PATCH] added shelfmark --- ebookapps/compose.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ebookapps/compose.yml b/ebookapps/compose.yml index 3ed5178..916efa2 100644 --- a/ebookapps/compose.yml +++ b/ebookapps/compose.yml @@ -35,3 +35,18 @@ services: # - NET_BIND_SERVICE restart: unless-stopped + shelfmark: + image: ghcr.io/calibrain/shelfmark:latest + container_name: shelfmark + environment: + PUID: 1000 + PGID: 1000 + ports: + - 8084:8084 + restart: unless-stopped + volumes: + - /mnt/media/downloads/books:/books # Default destination for book downloads + - ./config:/config # App configuration + # Required for torrent / usenet - path must match your download client's volume exactly + # - /path/to/downloads:/path/to/downloads + \ No newline at end of file