Files
shelfmark/docker-compose.tor.dev.yml
T

22 lines
825 B
YAML

# Local development - Tor variant
services:
calibre-web-automated-book-downloader-tor-dev:
extends:
file: ./docker-compose.tor.yml
service: calibre-web-automated-book-downloader-tor
build:
context: .
dockerfile: Dockerfile
target: cwa-bd-tor
environment:
DEBUG: true
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