chadfawcett/mailhound

Add Docker Documentation

Closed this issue · 5 comments

I have added a Dockerfile for easy deployment with Docker. The README should show a simple example of running the image. A docker-compose example would also be great.

Hey @chadfawcett

I have experience with both the docker and docker-compose. I'll take this one!

@xRahul Sorry, I had not seen your comment. I created steps for running with regular docker, not docker-compose.

Hi @xRahul! @thiagobbt got the docker one done but I would really like it if you could write the docker-compose portion. As I pointed out in #34 I forgot to mention that I published the image to Docker Hub. There is no build required, just point to chadfawcett/mailhound.

Sure, I'll add docker-compose.yml file and update the readme accordingly

PR created- #35