Files
Marketplace/compose-files/calibre-web/docker-compose.yml
hhftechnologies a0d98e8b50 new-structure
2025-11-21 17:46:00 +05:30

19 lines
563 B
YAML

services:
calibre-web:
image: lscr.io/linuxserver/calibre-web:latest
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
# - DOCKER_MODS=linuxserver/mods:universal-calibre # optional
- OAUTHLIB_RELAX_TOKEN_SCOPE=1 # optional
volumes:
- calibre-config:/config
- calibre-books:/books
- ../files/startup-scripts:/custom-cont-init.d:ro # optional, comment out if you have your own metadata.db file, otherwise it will be created
volumes:
calibre-config: {}
calibre-books: {}