Dockerized self-initializing parsedmarc docker stack for lazy people
Find a file
Patrik Kernstock 397ddb0e2b Initial commit
2020-08-08 20:32:53 +01:00
data Initial commit 2020-08-08 20:32:53 +01:00
docker-compose.yml Initial commit 2020-08-08 20:32:53 +01:00
README.md Initial commit 2020-08-08 20:32:53 +01:00

parsedmarc-dockerized

NOT FOR PRODUCTIVE USE

To setup:

$ cd /opt/
$ git clone https://github.com/patschi/parsedmarc-dockerzied.git
# Edit docker-compose.yml and change environment variables below for geoipupdate from maxmind.
# Edit data/conf/parsedmarc/config.ini for parsedmarc itself (and change test to False when tested!)
$ docker-compose pull
$ docker-compose up -d --build

Then the whole stack is being built, created, started and the corresponding dashboard automatically imported into Kibana. After a while you can access the Kibana dashboard with parsed information by parsedmarc under the reverse proxy with an automatically self-signed certificate at https://IP:9999.