- Run
docker network create consulto create a new network; - Run
docker-compose -f docker-compose-consul.yml up -dto start Consul and Registrator; - Open in browser
http://localhost:8500/to check; - Run
./deploy.shto first run; - Open in browser
http://localhost/to check; - Run
./deploy.shto imitate deploying of a new app; - Open in browser
http://localhost/to check a new version; - Run
./rollback.shto imitate a rollback; - Open in browser
http://localhost/to check an old version; - Use
python2.7 test.pyin a new terminal to be sure that an app is always online during a deploy/rollback.
You can read more about this technique here: https://medium.com/rate-engineering/using-docker-containers-to-run-a-distributed-application-locally-eeabd360bca3