Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 777 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 777 Bytes

Supported tags and respective Dockerfile links

What is 3nigm4 "If Something Happens To Me" dispatcher?

The Ishtm dispatcher manage the delivery of a mail notifying a "will" uploaded by another user who is no more interacting with the the system.

How to use this image

start a ishtmdispatcher instance

The following example links to a mongodb container from the official MongoDb image.

$ docker run -d --name ishtm-dispatcher --link mongodb:mongodb nexo/3n4ishtmdispatcher run -d 127.0.0.1:27017 -u dbuser -w dbpwd --smtpaddress 192.168.0.1 --smtpport 443 --smtpuser username --smtppwd pwd