Zero-Downtime deployment #3767
Replies: 6 comments 10 replies
-
Looks like it should be doable with |
Beta Was this translation helpful? Give feedback.
-
Maybe if this is not something that will be in Coolify natively, there could be some documentation how users can set it up for themselves with the proxy in Coolify? @andrasbacsai @peaklabs-dev |
Beta Was this translation helpful? Give feedback.
-
Any comments or feedback regarding this one @peaklabs-dev @andrasbacsai ? |
Beta Was this translation helpful? Give feedback.
-
@peaklabs-dev @andrasbacsai This could be a done quite easily as long as persistent storage is left out of the equation. |
Beta Was this translation helpful? Give feedback.
-
@andrasbacsai @peaklabs-dev Thoughts? |
Beta Was this translation helpful? Give feedback.
-
For more production ready / production apps, zero-downtime deployments is a very nice feature to have (in my eyes a must).
Should not be to much of work to implement something with the current Traefik / Docker compose setup that Coolify has; found this nice guide on structuring it as a blue-green deployment strategy:
https://www.maxcountryman.com/articles/zero-downtime-deployments-with-docker-compose
Beta Was this translation helpful? Give feedback.
All reactions