- Clone the Postal git repository and place the files from this gist in the root folder.
docker-compose builddocker-compose up -d mysqldocker-compose run web bin/postal initialize-configdocker run -it -v postal_config:/opt/postal/config alpine vi /opt/postal/config/postal.yml- See the attached
postal.ymlfor the correctmessage_db,main_db, andrabbitmqsettings and make the necessary edits. docker-compose run web bin/postal initializedocker-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?