BretFisher / dogvscat

Sample Docker Swarm cluster stack of tools
http://dogvs.cat
MIT License
504 stars 127 forks source link

Add rolling update defaults to all services #13

Open BretFisher opened 5 years ago

BretFisher commented 5 years ago

Many of the services, especially for the demo apps like menu, ghost, and voting should have custom deploy settings for updates, such as rollback, healthchecks, etc. This first requires healthchecks everywhere:

pascalandy commented 5 years ago

Glad to see that this project is still under your radar. Thanks for sharing!

pascalandy commented 5 years ago

I'm not sure about the specs you have in mind but shepherd is a sidecar that automatically updates docker services. It's similar to watchtower (for docker run stuff ). I use it in my stacks and it works well :)

BretFisher commented 5 years ago

Thanks for the plug. Auto-service-update automation/webhooks would be its own Issue. This one is about adding options to stacks for updates/rollbacks/healthchecks for every app.