mirror of
https://github.com/debricked/dmarc-visualizer.git
synced 2026-02-17 07:03:57 +00:00
Fixes to make it work
This commit is contained in:
@@ -5,15 +5,17 @@ services:
|
||||
volumes:
|
||||
- ./files:/input:ro
|
||||
- ./output_files:/output
|
||||
command: parsedmarc -c /parsedmarc.ini /input/*
|
||||
command: parsedmarc -c /parsedmarc.ini /input/* --debug
|
||||
depends_on:
|
||||
- elasticsearch
|
||||
restart: on-failure
|
||||
|
||||
elasticsearch:
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.9.1
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.5
|
||||
environment:
|
||||
- discovery.type=single-node
|
||||
volumes:
|
||||
- ./elastic_data:/usr/share/elasticsearch/data
|
||||
|
||||
grafana:
|
||||
build: ./grafana/
|
||||
|
||||
Reference in New Issue
Block a user