# Local development - builds from source with debug enabled services: shelfmark-dev: extends: file: ./compose/edge/docker-compose.yml service: shelfmark build: context: . dockerfile: Dockerfile target: shelfmark cap_add: - SYS_PTRACE environment: DEBUG: true volumes: - ./.local/config:/config - ./.local/books:/books - ./.local/log:/var/log/shelfmark - ./.local/tmp:/tmp/shelfmark - ./shelfmark:/app/shelfmark:ro # Download client mount - path must match your torrent/usenet client's volume exactly # - /path/to/downloads:/path/to/downloads