Skip to content

Commit 005e834

Browse files
authored
Update docker-compose.yml
trying to have all volumes in one
1 parent af966c0 commit 005e834

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docker-compose.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)