Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiblishauser authored Dec 9, 2024
1 parent 409e0ba commit 6f38473
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ services:
parsedmarc:
build: ./parsedmarc/
volumes:
- dmarc-visualizer/files:/input:ro
- dmarc-visualizer/output_files:/output
- parsedmarc_input:/input:ro
- parsedmarc_output_files:/output
command: parsedmarc -c /parsedmarc.ini /input/* --debug
depends_on:
- elasticsearch
Expand All @@ -14,7 +14,7 @@ services:
environment:
- discovery.type=single-node
volumes:
- dmarc-visualizer/elastic_data:/usr/share/elasticsearch/data
- parsedmarc_elastic_data:/usr/share/elasticsearch/data

grafana:
build: ./grafana/
Expand All @@ -24,5 +24,3 @@ services:
environment:
GF_INSTALL_PLUGINS: grafana-piechart-panel,grafana-worldmap-panel
GF_AUTH_ANONYMOUS_ENABLED: 'true'
volumes:
dmarc-visualizer:

0 comments on commit 6f38473

Please sign in to comment.