Dockerized Postal mail service, fork of https://github.com/CatDeployed/docker-postal
Go to file
2017-04-27 05:35:11 -04:00
scripts update expose 2017-04-27 04:48:51 -04:00
.gitignore fix mounting 2017-04-27 05:35:11 -04:00
docker-compose.yml fix db creation and asset generation 2017-04-27 04:38:29 -04:00
Dockerfile update expose 2017-04-27 04:48:51 -04:00
README.md add readme 2017-04-27 05:24:34 -04:00

Docker container for atech/postal

Instructions

Change configuration in docker-compose.yml to update passwords for MySQL/RabbitMQ

docker-compose up -d

Remember to use docker cp to copy the configuration file and certificates off the container.

Still WIP