services: calibre-web-automated: image: crocodilestick/calibre-web-automated:latest container_name: calibre-web-automated environment: - TZ=Europe/Brussel - HARDCOVER_TOKEN=[[ see below ]] - NETWORK_SHARE_MODE=false - CWA_PORT_OVERRIDE=8083 volumes: - /data/ebooks/cwa_config:/config - /data/ebooks/cwa_ingest:/cwa-book-ingest - /data/ebooks/library:/calibre-library - /data/ebooks/cwa_plugins:/config/.config/calibre/plugins ports: - 7083:8083 networks: - cwa-net networks: cwa-net: {}