Calibre Web
Web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
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:
- ./data:/config
- ./library:/books
ports:
- 8083:8083
restart: unless-stoppedResources
GitHub: https://github.com/janeczku/calibre-web
Docker Hub (LinuxServer.io): https://hub.docker.com/r/linuxserver/calibre-web
Configuration: https://github.com/linuxserver/docker-calibre-web