Add calibre and calibre-web to stack

This commit is contained in:
2024-11-01 19:02:45 -06:00
parent c7b5d52d7d
commit b47fc8657d
5 changed files with 54 additions and 1 deletions

View File

@ -0,0 +1,24 @@
---
services:
calibre-web:
image: lscr.io/linuxserver/calibre-web:latest
container_name: calibre-web
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- DOCKER_MODS=linuxserver/mods:universal-calibre #optional
- OAUTHLIB_RELAX_TOKEN_SCOPE=1 #optional
volumes:
- config:/config
- books:/books
restart: unless-stopped
volumes:
config:
driver: local
books:
driver: local
networks:
default:
external: true
name: lava