Skip to content

Commit

Permalink
fix: cleanup unnessary volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonkoehn committed Dec 2, 2024
1 parent 3a3e512 commit 1da3541
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ services:
- ${TIMELINE_FILE}:/app/timeline.tsv
- ${PRIMER_FILE}:/app/primers.yaml
- ${RESULTS_DIR}:/app/results
# TODO: extract these to a config volume
- ./scripts/vp_config.json:/app/scripts/vp_config.json
- ./scripts/database_config.yaml:/app/scripts/database_config.yaml
- ./scripts/reference_genomes.json:/app/scripts/- ./scripts/database_config.yaml:/app/scripts/reference_genomes.json
environment:
Expand Down

0 comments on commit 1da3541

Please sign in to comment.