ansible/roles/docker_host
Tuan-Dat Tran 33253e934d feat(docker): add Calibre Web service to Docker Compose configuration
- 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>
2024-11-11 01:04:30 +01:00
..
files feat(docker): add Calibre Web service to Docker Compose configuration 2024-11-11 01:04:30 +01:00
handlers feat(ansible): add Docker host configuration with NFS mounts and utility packages 2024-11-10 21:37:22 +01:00
tasks feat(ansible): add Docker host configuration with NFS mounts and utility packages 2024-11-10 21:37:22 +01:00