wowu / docker-rollout

🚀 Zero Downtime Deployment for Docker Compose
https://github.com/Wowu/docker-rollout
MIT License
2.37k stars 66 forks source link

feat: adds --wait-after-healthy SECONDS allowing healthy container to… #28

Closed benzht closed 6 months ago

benzht commented 6 months ago

This PR adds #27 with a new switch --wait-after-healthy SECONDS.

When specified and rollout can see 'health' of containers, it adds an additional sleep to give the new container time to settle down and/or a reverse proxy to detect that the new container is healthy.

wowu commented 6 months ago

Tested, seems to be working correctly. Thank you for the contribution!

Close #27