- Clone the Postal git repository and place the files from this gist in the root folder.
docker-compose build
docker-compose up -d mysql
docker-compose run web bin/postal initialize-config
docker run -it -v postal_config:/opt/postal/config alpine vi /opt/postal/config/postal.yml
- See the attached
postal.yml
for the correctmessage_db
,main_db
, andrabbitmq
settings and make the necessary edits. docker-compose run web bin/postal initialize
docker-compose up
App should be running at http://<your_docker_host_ip>:5000/.
Impressive, what would be the next steps to run it on Kubernetes?