mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-01 18:37:48 +08:00
Add cwa downloader
This commit is contained in:
parent
651022f76a
commit
2ed4f9d7d3
1 changed files with 26 additions and 0 deletions
|
@ -19,6 +19,32 @@ services:
|
|||
caddy.reverse_proxy: '{{ upstreams 8083 }}'
|
||||
restart: unless-stopped
|
||||
|
||||
cwa-downloader:
|
||||
image: ghcr.io/calibrain/calibre-web-automated-book-downloader:latest
|
||||
container_name: cwa-downloader
|
||||
environment:
|
||||
FLASK_PORT: 8084
|
||||
LOG_LEVEL: info
|
||||
BOOK_LANGUAGE: en
|
||||
USE_BOOK_TITLE: true
|
||||
TZ: Australia/Perth
|
||||
APP_ENV: prod
|
||||
UID: 1000
|
||||
GID: 1800
|
||||
CWA_DB_PATH: /auth/app.db
|
||||
networks:
|
||||
- default
|
||||
- media
|
||||
- proxy
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /media/media/calibre/ingest:/cwa-book-ingest
|
||||
- /mnt/docker/calibre-web-automated/downloader/app.db:/auth/app.db:ro
|
||||
labels:
|
||||
caddy: books-dl.ferngarden.net
|
||||
caddy.import: internal
|
||||
cadyd.reverse_proxy: '{{ upstreams 8084 }}'
|
||||
|
||||
networks:
|
||||
default:
|
||||
proxy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue