dogvscat icon indicating copy to clipboard operation
dogvscat copied to clipboard

Add rolling update defaults to all services

Open BretFisher opened this issue 5 years ago • 3 comments

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:

  • [ ] add healthchecks to each service that needs HA rolling updates
  • [ ] update stack files with update settings needed for auto rollback, etc.

BretFisher avatar Nov 14 '18 23:11 BretFisher

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

pascalandy avatar Nov 15 '18 01:11 pascalandy

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 :)

pascalandy avatar Nov 29 '18 21:11 pascalandy

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.

BretFisher avatar Dec 09 '18 08:12 BretFisher