testicle/docker/calibre.yaml
Frank "PHiAX" Weggelaar f206a782b1 Switch to CWA
2025-12-06 09:50:23 +01:00

21 lines
No EOL
829 B
YAML

#########################################################################
# #
# Description: Calibre-Web is a self-hosted e-book manager #
# ReferenceURL: https://github.com/crocodilestick/Calibre-Web-Automated #
# #
#########################################################################
services:
calibre-web:
image: crocodilestick/calibre-web-automated:latest
container_name: calibre-web
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- /mnt/media/Containers/calibre-web/data:/config
- /mnt/media/Containers/calibre-web/library:/calibre-library
ports:
- 8083:8083
restart: unless-stopped