- Add Calibre Web container configuration to `docker-compose.yaml`
- Use `lscr.io/linuxserver/calibre-web:latest` image
- Configure environment variables (PUID, PGID, TZ, DOCKER_MODS)
- Set up volumes for persistent storage of Calibre configuration and books
- Expose port 8084 to access the Calibre Web UI
- Implement automatic restart policy (`unless-stopped`)
This commit introduces the Calibre Web service to the Docker Compose setup, enabling users to run a Calibre library management and e-book reader web service in a Docker container.
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>