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