mirror of
https://github.com/calibrain/shelfmark.git
synced 2026-09-24 22:05:20 +01:00
28 lines
1.0 KiB
YAML
28 lines
1.0 KiB
YAML
# Local development - External bypasser variant
|
|
services:
|
|
calibre-web-automated-book-downloader-extbp-dev:
|
|
extends:
|
|
file: ./docker-compose.extbp.yml
|
|
service: calibre-web-automated-book-downloader-extbp
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
target: cwa-bd-extbp
|
|
environment:
|
|
DEBUG: true
|
|
EXT_BYPASSER_URL: http://flaresolverr:8191
|
|
EXT_BYPASSER_PATH: /v1
|
|
EXT_BYPASSER_TIMEOUT: 60000
|
|
volumes:
|
|
- ./.local/config:/config
|
|
- ./.local/ingest:/cwa-book-ingest
|
|
- ./.local/log:/var/log/cwa-book-downloader
|
|
- ./.local/tmp:/tmp/cwa-book-downloader
|
|
# Download client volume - required for Prowlarr/torrent/usenet integration
|
|
# IMPORTANT: Both sides of this mount must match your download client's volume mount exactly.
|
|
# Example: if qBittorrent has "/mnt/storage/downloads:/data/torrents", use the same here:
|
|
# - /mnt/storage/downloads:/data/torrents
|
|
|
|
flaresolverr:
|
|
image: ghcr.io/flaresolverr/flaresolverr:latest
|