######################################################################### # # # 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 - /mnt/media/Media_Import/books:/cwa-book-ingest ports: - 8083:8083 restart: unless-stopped