{"owner":"crocodilestick","repo":"Calibre-Web-Automated","hasDocker":true,"hasCompose":true,"hasDockerfile":false,"composePath":"docker-compose.yml","servicesCount":1,"services":[{"name":"calibre-web-automated","image":"crocodilestick/calibre-web-automated:latest","restart":"unless-stopped","ports":["8083:8083"],"environment":["PUID=1000","PGID=1000","TZ=Europe/London","HARDCOVER_TOKEN=your_hardcover_api_key_here","NETWORK_SHARE_MODE=false"],"volumes":["/path/to/config/folder:/config","/path/to/the/folder/you/want/to/use/for/book/ingest:/cwa-book-ingest","/path/to/your/calibre/library:/calibre-library","/path/to/your/calibre/plugins/folder:/config/.config/calibre/plugins"]}],"exposedPorts":["8083"],"dockerRunCommand":"docker run -d --name calibre-web-automated -p 8083:8083 --restart always crocodilestick/calibre-web-automated:latest","podmanRunCommand":"podman run -d --name calibre-web-automated -p 8083:8083 --restart always crocodilestick/calibre-web-automated:latest","skopeoInspectCommand":"skopeo inspect docker://docker.io/crocodilestick/calibre-web-automated:latest","orasPullCommand":"oras pull crocodilestick/calibre-web-automated:latest","registryMeta":{"provider":"dockerhub","image":"crocodilestick/calibre-web-automated","canonicalImage":"docker.io/crocodilestick/calibre-web-automated:latest","latestTag":"latest","cliCommands":{"dockerRun":"docker run -d --name calibre-web-automated -p 8083:8083 --restart always crocodilestick/calibre-web-automated:latest","dockerPull":"docker pull crocodilestick/calibre-web-automated:latest","podmanRun":"podman run -d --name calibre-web-automated -p 8083:8083 --restart always crocodilestick/calibre-web-automated:latest","skopeoInspect":"skopeo inspect docker://docker.io/crocodilestick/calibre-web-automated:latest","orasPull":"oras pull crocodilestick/calibre-web-automated:latest","composeYaml":"services:\n  calibre-web-automated:\n    image: crocodilestick/calibre-web-automated:latest\n    restart: unless-stopped\n    ports:\n      - \"8083:8083\""}}}