Skip to content

Commit

Permalink
Merge pull request #323 from DigitalSlideArchive/add-clamav-to-example
Browse files Browse the repository at this point in the history
Add the clamav scanner to the dive-volview example
  • Loading branch information
manthey authored Mar 7, 2024
2 parents 9152bc9 + e35e1c4 commit b42318f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion devops/with-dive-volview/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Digital Slide Archive with Dive and VolView
===========================================

This directory contains a docker-compose set up for the Digital Slide Archive with additional plugins to integrate with Dive and VolView.
This directory contains a docker-compose set up for the Digital Slide Archive with additional plugins to integrate with Dive and VolView. This also adds the clamav malwarescanner to the deployment.

You will probably want better container names than docker-compose will choose by default.

Expand Down
2 changes: 2 additions & 0 deletions devops/with-dive-volview/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ services:
DSA_PROVISION_YAML: ${DSA_PROVISION_YAML:-/opt/digital_slide_archive/devops/dsa/provision.yaml}
volumes:
- ../with-dive-volview/provision.divevolview.yaml:/opt/digital_slide_archive/devops/dsa/provision.yaml
clamav:
image: clamav/clamav:stable
1 change: 1 addition & 0 deletions devops/with-dive-volview/provision.divevolview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pip:
- git+https://github.com/DigitalSlideArchive/girder_volview
- git+https://github.com/girder/girder-volview-dicomrt
- git+https://github.com/BryonLewis/dive-dsa.git#subdirectory=server
- git+https://github.com/DigitalSlideArchive/girder-clamav
# both girder-dicom-viewer and girder-xtk-demo can be used to view radiology
# data, but volview does a better job. girder-archive-access extends
# girder-dicom-viewer to let it read zip files
Expand Down

0 comments on commit b42318f

Please sign in to comment.