# Local development - Tor variant services: shelfmark-tor-dev: extends: file: ./compose/edge/docker-compose.tor.yml service: shelfmark-tor build: context: . dockerfile: Dockerfile target: shelfmark environment: DEBUG: true USING_TOR: true volumes: - ./.local/config:/config - ./.local/books:/books - ./.local/log:/var/log/shelfmark - ./.local/tmp:/tmp/shelfmark # Download client mount - path must match your torrent/usenet client's volume exactly # - /path/to/downloads:/path/to/downloads