This docker image contains https://github.com/domainaware/parsedmarc, which should be used with the compose file, which also contains elasticsearch, kibana and maxmindinc/geoipupdate.
- Download the compose.yaml and edit it:
wget https://raw.githubusercontent.com/ZoeyVid/parsedmarc-dockerized/develop/compose.yaml
nano compose.yaml
- now adjust the value
GEOIPUPDATE_ACCOUNT_ID
andGEOIPUPDATE_LICENSE_KEY
from your MaxMind account and editserver.publicBaseUrl
- Now deploy the stack
docker compose up -d
- now you can edit the config.ini
nano /opt/parsedmarc/conf/config.ini
- now restart your container:
docker restart parsedmarc
- configure your reverse proxy to
http://127.0.0.1:5601