Dockerized Postal mail service, fork of https://github.com/CatDeployed/docker-postal
Go to file
2017-04-27 19:07:05 -04:00
data fix binding 2017-04-27 18:34:48 -04:00
scripts fix binding 2017-04-27 19:00:19 -04:00
.gitignore fix mounting 2017-04-27 05:35:11 -04:00
docker-compose.yml update bindings and README 2017-04-27 19:07:05 -04:00
Dockerfile update mysql checker 2017-04-27 15:33:05 -04:00
README.md update bindings and README 2017-04-27 19:07:05 -04:00

Docker container for atech/postal

Instructions

Change configuration in docker-compose.yml to update passwords for MySQL/RabbitMQ. Both passwords in the postal service, mysql service and rabbitmq service have to be changed.

Then, start postal by running

docker-compose up -d

Default password is avaliable at https://github.com/atech/postal/wiki/Installation#accessing-the-web-interface

Configuration

Configuration is located at data/postal after the first start. Note that non-config files (i.e. files in https://github.com/atech/postal/tree/master/config) will be overwritten each time the container starts up. See https://github.com/atech/postal/blob/master/config/postal.defaults.yml for all possible configuration options

Be sure to do some port mappings to allow your SMTP server and HTTP(s) server to be accessed. I suggest simply port mapping the SMTP server and using jwilder/nginx-proxy to proxy the HTTP server.

Still WIP