mirror of
https://github.com/debricked/dmarc-visualizer.git
synced 2026-07-15 04:54:56 +00:00
Initial commit.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
version: '3.7'
|
||||
services:
|
||||
parsedmarc:
|
||||
build: ./parsedmarc/
|
||||
volumes:
|
||||
- ./files:/input:ro
|
||||
- ./output_files:/output
|
||||
command: parsedmarc -c /parsedmarc.ini /input/*
|
||||
depends_on:
|
||||
- elasticsearch
|
||||
|
||||
elasticsearch:
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.6.0
|
||||
environment:
|
||||
- discovery.type=single-node
|
||||
|
||||
grafana:
|
||||
build: ./grafana/
|
||||
ports:
|
||||
- 3000:3000
|
||||
environment:
|
||||
GF_INSTALL_PLUGINS: grafana-piechart-panel,grafana-worldmap-panel
|
||||
GF_AUTH_ANONYMOUS_ENABLED: 'true'
|
||||
Reference in New Issue
Block a user