Skip to content

Commit a11cb2d

Browse files
committed
Deploy calibre-web
1 parent ad4c52b commit a11cb2d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

arr-stack.yml

+16
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,22 @@ services:
112112
- /data/audiobookshelf/config:/config
113113
- /data/audiobookshelf/metadata:/metadata
114114

115+
calibre-web:
116+
<<: *x-arr-service
117+
image: lscr.io/linuxserver/calibre-web:latest
118+
container_name: calibre-web
119+
environment:
120+
- PUID=1000
121+
- PGID=1000
122+
- TZ=Europe/Berlin
123+
- DOCKER_MODS=linuxserver/mods:universal-calibre #optional
124+
volumes:
125+
- /data/calibre-web/config:/config
126+
- media-server:/media-server
127+
ports:
128+
- 8083:8083
129+
restart: unless-stopped
130+
115131
metube:
116132
<<: *x-arr-service
117133
image: ghcr.io/alexta69/metube

0 commit comments

Comments
 (0)