Docker / kubernetes version of notification-mailer
- Build a new docker image
docker build --no-cache -t mathiskretz/notification-mailer .
- Push the docker image to dockerhub
docker push mathiskretz/notification-mailer:latest
- Assumes that there exists a RabbitMQ service named
notification-mq
- Assumes that the environment variable
MAIL_URL
is containing a valid SMTP URI - Assumes that the environment variable
TO_ADDRESS
is containing the email address to which all notification mails are sent
Use these YAML files.