services: calibre-web: image: lscr.io/linuxserver/calibre-web:0.6.26-ls374 container_name: calibre-web environment: - PUID=1000 - PGID=1000 - TZ=America/Los_Angeles - DOCKER_MODS=linuxserver/mods:universal-calibre - OAUTHLIB_RELAX_TOKEN_SCOPE=1 volumes: - /mnt/storage/apps/calibre-web/data:/config - /mnt/storage/media/ebooks:/books restart: unless-stopped healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8083/login"] interval: 30s timeout: 10s retries: 3 start_period: 60s deploy: resources: limits: memory: 512M cpus: '0.5' networks: - network networks: network: name: proxy external: true