Updated calibre-web.

This commit is contained in:
2021-11-30 21:11:21 +00:00
parent a68167722f
commit 7c66110117
2 changed files with 20 additions and 19 deletions

View File

@@ -0,0 +1,20 @@
version: '3.2'
services:
calibre-web:
image: lscr.io/linuxserver/calibre-web
container_name: calibre-web
ports:
- 9083:8083
environment:
- PUID=1002 #calibre
- PGID=1002 #calibre
- TZ=Europe/London
- DOCKER_MODS=linuxserver/calibre-web:calibre #optional
# - OAUTHLIB_RELAX_TOKEN_SCOPE=1 #optional
volumes:
- /srv/calibre/books:/books:ro
- /srv/calibre/config_web:/config
# - /srv/calibre/config_web/gmail.json:/app/calibre-web/gmail.json
restart: always

View File

@@ -1,19 +0,0 @@
version: '3.2'
services:
calibre:
image: technosoft2000/calibre-web
ports:
- 8095:8083
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/lib/docker/volumes/nextcloud_nextcloud/_data/data/vahagn/files/Books/Library:/books:ro
- calibre:/config
restart: always
environment:
- PGID=33
- PUID=33
volumes:
calibre: