Dockerized self-initializing parsedmarc docker stack for lazy people
.github/workflows | ||
data | ||
docker-compose.yml | ||
LICENSE | ||
README.md |
parsedmarc-dockerized
Note: The standalone parsedmarc
docker image can also be used, if interested: hub.docker.com/r/patschi/parsedmarc.
Setup:
$ cd /opt/
$ git clone https://github.com/patschi/parsedmarc-dockerized.git
$ cd parsedmarc-dockerized/
$ nano docker-compose.yml # Edit docker-compose.yml and change environment variables below for geoipupdate from maxmind.
$ nano data/conf/parsedmarc/config.ini # Edit parsedmarc config file (and change test to False when testing done!)
$ docker-compose up -d
What's happening then?
- First, the whole stack is being created and started.
- During the startup of the "init" container, all required steps are being taken care of - like generating a self-signed certificate for the webserver.
- Once kibana container is started up, the corresponding parsedmarc dashboard is automatically imported into Kibana.
- After a while you can access the Kibana dashboard under the shipped reverse proxy with at
https://IP:9999
.
Credits
Built on top of the awesome parsedmarc, Elasticsearch and Kibana, nginx, Docker and using MaxMind GeoIP.