mirror of
https://github.com/calibrain/shelfmark.git
synced 2026-02-20 15:56:36 -05:00
26 lines
775 B
YAML
26 lines
775 B
YAML
# Local development - External bypasser variant (lite)
|
|
services:
|
|
shelfmark-lite-dev:
|
|
extends:
|
|
file: ./compose/edge/docker-compose.extbp.yml
|
|
service: shelfmark-lite
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
target: shelfmark-lite
|
|
environment:
|
|
DEBUG: true
|
|
EXT_BYPASSER_URL: http://flaresolverr:8191
|
|
EXT_BYPASSER_PATH: /v1
|
|
EXT_BYPASSER_TIMEOUT: 60000
|
|
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
|
|
|
|
flaresolverr:
|
|
image: ghcr.io/flaresolverr/flaresolverr:latest
|