* Added command to trigger a manual report update. Removes verison-tag from docker-compose, since its deprecated
* chore: Added docker-compose examples and env-file
- Added examples-folder
- Added an example for a docker-compose with mysql
- Added an example for a docker-compose with postgres
- Extracted the most important variables to an env.example file
- Added some documentation on how to use the env-file and the compose files
* Update dmarcts-report-parser.conf
Was getting the example error so added env variable so we can use docker-compose.yml to ignore errors. This was experienced with Exchange Online in Microsoft 365. This appears to have resolved the issue and dmarc reports were successfully retrieved and moved into the processed folder.
* Update README.md
* Update README.md
Fixed tab character
* alpine 3.5 to 3.13
* openssl upgrade, remove MimeInfo and SSL perl pkg hacks
* mysql client library upgrades (compatibility with 8)
* image size reduction 703 to 322 MB
* bump upstream sources for viewer and parser
* introduce tags (current and latest docker image 1.0, old image
still available as 0.5)
* Readme: Improve docker-compose sample
- Add attributes "version" and "services" to make it a docker-compose.yml
- Add mariadb service with preconfigured user and database
Resolves https://github.com/gutmensch/docker-dmarc-report/issues/1
* Readme: Describe cron job schedule
It took me a while to figure out why nothing happened after starting the
container. This should help new users to understand that they only have
to wait for the cron job to start.