All checks were successful
continuous-integration/drone/push Build is passing
Mail Receiver for Healthcheck
This is a simple docker container which acts as SMTP backend and forwards pings from mail to healthchecks.
I made this up, because the docker container I use for healthchecks does not include smtp, and I did not want do maintain this container on my own.
Usage:
Basically run the docker container with the following environment variables set:
PING_URL: The base url for the ping to healthchecks in the formathttps://yourinstance.com/ping/please do not remove the trailing slash.PING_ID: The ID to track the health of this script/container itself.PING_TIMEOUT: The time between pings for the script should be done.MAIL_DOMAIN: The domain name to accept messages for.
Description
SMTPD to trigger healthchecks backend. The docker container I am using does not have smtp activated and I'm not willing to maintain/alter it. So I created this.
Languages
Python
93.6%
Dockerfile
6.4%