File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed
Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -97,8 +97,9 @@ services:
9797 volumes :
9898 - " {{ appdata_path }}/mediaservers/calibre-web/config:/config"
9999 # This is an ingest dir, NOT a library one. Anything added here will be automatically added to your library according to the settings you have configured in CWA Settings page. All files placed here are REMOVED AFTER PROCESSING
100- - " {{ appdata_path }}/mediaservers/calibre-web/book-ingest:/cwa-book-ingest"
101- - " {{ appdata_path }}/mediaservers/calibre-web/calibre-lib:/calibre-library"
100+ - " {{ download_path }}/complete/books:/cwa-book-ingest"
101+ # - "{{ appdata_path }}/mediaservers/calibre-web/book-ingest:/cwa-book-ingest"
102+ - " {{ storage_path }}/media/books:/calibre-library"
102103 - " {{ appdata_path }}/mediaservers/calibre-web/calibre-plugins:/config/.config/calibre/plugins"
103104 restart : unless-stopped
104105 # calibre-web:
Original file line number Diff line number Diff line change @@ -131,4 +131,20 @@ services:
131131 labels :
132132 - traefik.enable=true
133133 - " traefik.http.routers.seerr.rule=Host(`seerr.{{ m_wd_domain_me }}`)"
134- restart : unless-stopped
134+ restart : unless-stopped
135+ shelfmark :
136+ image : ghcr.io/calibrain/shelfmark:latest
137+ container_name : shelfmark
138+ volumes :
139+ - " {{ appdata_path }}/arrmatey/shelfmark:/config"
140+ - " {{ storage_path }}/media/books:/books"
141+ - " {{ download_path }}/complete/books:/downloads"
142+ labels :
143+ - traefik.enable=true
144+ - " traefik.http.routers.shelfmark.rule=Host(`shelfmark.{{ m_wd_domain_me }}`)"
145+ - traefik.http.services.shelfmark.loadbalancer.server.port=8084
146+ environment :
147+ - " PUID={{ docker_compose_generator_uid }}"
148+ - " PGID={{ docker_compose_generator_gid }}"
149+ - " TZ={{ host_timezone }}"
150+ restart : unless-stopped
You can’t perform that action at this time.
0 commit comments