Sign inSign up

leopere/mailslurper

By leopere

Updated over 7 years ago

For hen you need a mail server for your micro-services but don't want to let it actually send mail.

Image
0

315

leopere/mailslurper repository overview

Mailslurper Docker Image

This small image provides a mailslurper docker image.

I am shipping it with a default configuration. It should be possible to override configuration when mounting config.json as a volume:

docker-compose

docker-compose up -d

You can uncomment some of the configuration suggestions in the docker-compose.yml that is included in this repository if you wish.

I've kept this pretty vanilla to avoid getting in your way.

Docker run

docker run -d -p '8080:8080' -p '8085:8085' -p '2500:2500' --name mailslurper --rm -v=$(pwd)/config.json leopere/mailslurper

Eventual Goals if requested

  • Make a configurator for more statelessness.
  • Add credential creation system
  • Add start.sh and potentially an entrypoint.sh
  • More docker-compose examples
  • Docker run example

Tag summary

Content type

Image

Digest

Size

63.2 MB

Last updated

over 7 years ago

docker pull leopere/mailslurper