mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-02 10:57:48 +08:00
dclint
This commit is contained in:
parent
d4dd9806b4
commit
fc40d136e4
35 changed files with 698 additions and 681 deletions
|
@ -1,27 +1,30 @@
|
|||
name: calibre
|
||||
services:
|
||||
calibre-web-automated:
|
||||
image: crocodilestick/calibre-web-automated:latest
|
||||
container_name: calibre-web-automated
|
||||
volumes:
|
||||
- /mnt/docker/calibre-web-automated/config:/config
|
||||
- /media/media/calibre/ingest:/cwa-book-ingest
|
||||
- /media/media/calibre/library:/calibre-library
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1800
|
||||
- TZ=Australia/Perth
|
||||
volumes:
|
||||
- /mnt/docker/calibre-web-automated/config:/config
|
||||
- /media/media/calibre/ingest:/cwa-book-ingest
|
||||
- /media/media/calibre/library:/calibre-library
|
||||
networks:
|
||||
- default
|
||||
- proxy
|
||||
- media
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
caddy: books.fern.garden
|
||||
caddy.reverse_proxy: '{{ upstreams 8083 }}'
|
||||
restart: unless-stopped
|
||||
|
||||
cwa-downloader:
|
||||
image: ghcr.io/calibrain/calibre-web-automated-book-downloader:latest
|
||||
container_name: cwa-downloader
|
||||
volumes:
|
||||
- /media/media/calibre/ingest:/cwa-book-ingest
|
||||
environment:
|
||||
FLASK_PORT: 8084
|
||||
LOG_LEVEL: info
|
||||
|
@ -36,8 +39,6 @@ services:
|
|||
- media
|
||||
- proxy
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /media/media/calibre/ingest:/cwa-book-ingest
|
||||
labels:
|
||||
caddy: books-dl.ferngarden.net
|
||||
caddy.import: internal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue