1
0

calibre-web: add

This commit is contained in:
Lukáš Kucharczyk 2025-02-18 10:14:58 +01:00
parent 0cd308329b
commit 2fd65fcbdd
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
2 changed files with 18 additions and 0 deletions

View File

@ -22,6 +22,7 @@ include:
- services/gluetun.yml
- services/handbrake-server.yml
- services/redlib.yml
- services/calibre-web.yml
services:
caddy:

17
services/calibre-web.yml Normal file
View File

@ -0,0 +1,17 @@
---
services:
calibre-web:
image: docker.io/linuxserver/calibre-web:v0.6.24
container_name: calibre-web
ports:
- 8083:8083
networks:
public:
ipv4_address: 192.168.240.52
environment:
- PUID=${PUID}
- PGID=${PGID}
volumes:
- "${DOCKER_STORAGE_PATH}/calibre-web:/config"
- "${DOCKER_STORAGE_PATH}/syncthing/shares/Calibre Library:/books"
restart: unless-stopped