Skip to content

Commit

Permalink
Automated calibre
Browse files Browse the repository at this point in the history
  • Loading branch information
thueske committed Jan 13, 2025
1 parent 6a68b61 commit bd2bd96
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
.env
.env
consume
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Port 5000
Port 5000Was sind eigentlich Extensions und was bietet mir mittwald, um endlich Contributor zu werden?
9 changes: 6 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
services:
app:
image: lscr.io/linuxserver/kavita:latest
image: crocodilestick/calibre-web-automated:latest
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
- DOCKER_MODS=lscr.io/linuxserver/mods:universal-calibre
volumes:
- app_data:/config
- /mnt/media/ebooks:/data:ro
- app_config:/config
- $PWD/consume:/cwa-book-ingest
- app_data:/calibre-library
networks:
- proxy_apps
restart: unless-stopped
Expand All @@ -18,4 +20,5 @@ networks:
external: true

volumes:
app_config:
app_data:

0 comments on commit bd2bd96

Please sign in to comment.