Files
bttoxin-pipeline/bttoxin_digger_v5_repro/docker-compose.yml
zly 700bdb8307 feat(digger): containerize BtToxin_Digger with v5 database integration
- Added Dockerfile and docker-compose.yml for BtToxin_Digger
- Integrated external v5 BLAST database into the container image
- Updated main docker-compose.yml to include the digger service
- Updated documentation with database update instructions
2026-01-17 12:14:39 +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