File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
services/c137/02-mediaservers Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,21 @@ services:
7474 - ND_COVERARTPRIORITY=embedded
7575 - " TZ={{ host_timezone }}"
7676 restart : unless-stopped
77+ calibre-web :
78+ image : lscr.io/linuxserver/calibre-web
79+ container_name : calibre-web
80+ volumes :
81+ - " {{ appdata_path }}/mediaservers/calibre-web:/config"
82+ - " {{ storage_path }}/media/books:/books"
83+ labels :
84+ - traefik.enable=true
85+ - " traefik.http.routers.calibre.rule=Host(`calibre.{{ m_wd_domain_me }}`)"
86+ - traefik.http.services.calibre.loadbalancer.server.port=8083
87+ environment :
88+ - " PUID={{ docker_compose_generator_uid }}"
89+ - " PGID={{ docker_compose_generator_gid }}"
90+ - " TZ={{ host_timezone }}"
91+ restart : unless-stopped
7792
7893 # fileflows:
7994 # image: revenz/fileflows
@@ -97,4 +112,4 @@ services:
97112 # - /mnt/nvmeu2/appdata/apps/fileflows/tmp:/temp
98113 # - /mnt/bigrust20/video/youtube-tailscale:/app/Data
99114 # - /mnt/nvmeu2/appdata/apps/fileflows/logs:/app/Logs
100- # - /mnt/nvmeu2/appdata/apps/fileflows/common:/app/common
115+ # - /mnt/nvmeu2/appdata/apps/fileflows/common:/app/common
You can’t perform that action at this time.
0 commit comments