Files
bttoxin-pipeline/tools/reproduction/bttoxin_digger/docker-compose.yml
zly 166af50219 Move digger reproduction env to tools/reproduction/
- Moved bttoxin_digger_v5_repro to tools/reproduction/bttoxin_digger
- Updated docker-compose.yml to point to the new location
- This declutters the root directory while preserving the reproduction environment
2026-01-17 13:11:16 +08:00

13 lines
387 B
YAML

services:
digger-repro:
build:
context: .
dockerfile: docker/Dockerfile
image: bttoxin-digger:v5-repro
volumes:
- ./examples/inputs:/app/jobs
- ./examples:/app/examples
# Mount the current directory to verify outputs easily if needed
# But the DB is now baked in, so no need to mount external_dbs
command: pixi run BtToxin_Digger --help