File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ services:
33 parsedmarc :
44 build : ./parsedmarc/
55 volumes :
6- - . /files:/input:ro
7- - . /output_files:/output
6+ - dmarc-visualizer /files:/input:ro
7+ - dmarc-visualizer /output_files:/output
88 command : parsedmarc -c /parsedmarc.ini /input/* --debug
99 depends_on :
1010 - elasticsearch
@@ -15,7 +15,7 @@ services:
1515 environment :
1616 - discovery.type=single-node
1717 volumes :
18- - . /elastic_data:/usr/share/elasticsearch/data
18+ - dmarc-visualizer /elastic_data:/usr/share/elasticsearch/data
1919
2020 grafana :
2121 build : ./grafana/
@@ -25,3 +25,5 @@ services:
2525 environment :
2626 GF_INSTALL_PLUGINS : grafana-piechart-panel,grafana-worldmap-panel
2727 GF_AUTH_ANONYMOUS_ENABLED : ' true'
28+ volumes :
29+ dmarc-visualizer :
You can’t perform that action at this time.
0 commit comments