mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-04-19 00:55:41 +02:00
Add calibre and calibre-downloader
This commit is contained in:
parent
e1c25b02d3
commit
7f249f593b
@ -198,6 +198,40 @@ services:
|
|||||||
- ${DATA_DIR}/media/music:/app/downloads
|
- ${DATA_DIR}/media/music:/app/downloads
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
calibre:
|
||||||
|
image: crocodilestick/calibre-web-automated
|
||||||
|
container_name: calibre
|
||||||
|
environment:
|
||||||
|
- PUID=${PUID}
|
||||||
|
- PGID=${PGID}
|
||||||
|
- TZ=${TIMEZONE}
|
||||||
|
volumes:
|
||||||
|
- ${APPS_DIR}/calibre:/config
|
||||||
|
- ${DATA_DIR}/calibre/ingest:/cwa-book-ingest
|
||||||
|
- ${DATA_DIR}/calibre/library:/calibre-library
|
||||||
|
networks:
|
||||||
|
- media
|
||||||
|
ports:
|
||||||
|
- 8083:8083
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
calibre-downloader:
|
||||||
|
image: ghcr.io/calibrain/calibre-web-automated-book-downloader
|
||||||
|
container_name: calibre-downloader
|
||||||
|
environment:
|
||||||
|
- FLASK_PORT=8084
|
||||||
|
- FLASK_DEBUG=false
|
||||||
|
- CLOUDFLARE_PROXY_URL=http://flaresolverr:8191
|
||||||
|
- INGEST_DIR=/cwa-book-ingest
|
||||||
|
- BOOK_LANGUAGE=pl
|
||||||
|
volumes:
|
||||||
|
- ${DATA_DIR}/calibre/ingest:/cwa-book-ingest
|
||||||
|
networks:
|
||||||
|
- media
|
||||||
|
ports:
|
||||||
|
- 8084:8084
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
name: proxy
|
name: proxy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user