You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 :)
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.
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:
The text was updated successfully, but these errors were encountered: