wowu / docker-rollout

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

How can we rollout the proxy service itself? #12

Closed oseau closed 1 year ago

wowu commented 1 year ago

It won't work with this tool because two running docker containers cannot bind to the same port (443 and 80 in this case). Proxies like nginx or traefik usually can reload config without restarting the process and dropping connections.

See https://github.com/Wowu/docker-rollout#%EF%B8%8F-caveats