File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ services:
22 parsedmarc :
33 build : ./parsedmarc/
44 volumes :
5- - dmarc-visualizer/files :/input:ro
6- - dmarc-visualizer/output_files :/output
5+ - parsedmarc_input :/input:ro
6+ - parsedmarc_output_files :/output
77 command : parsedmarc -c /parsedmarc.ini /input/* --debug
88 depends_on :
99 - elasticsearch
@@ -14,7 +14,7 @@ services:
1414 environment :
1515 - discovery.type=single-node
1616 volumes :
17- - dmarc-visualizer/elastic_data :/usr/share/elasticsearch/data
17+ - parsedmarc_elastic_data :/usr/share/elasticsearch/data
1818
1919 grafana :
2020 build : ./grafana/
@@ -24,5 +24,3 @@ services:
2424 environment :
2525 GF_INSTALL_PLUGINS : grafana-piechart-panel,grafana-worldmap-panel
2626 GF_AUTH_ANONYMOUS_ENABLED : ' true'
27- volumes :
28- dmarc-visualizer :
You can’t perform that action at this time.
0 commit comments