Open
Description
What problem are you trying to solve?
I'm wondering, if I'm running services using devbox, is it possible that I do a "no-downtime" update (perhaps using a traefik proxy in front) a bit like docker-compose with https://github.com/Wowu/docker-rollout ?
Would you recommend this for production usage? eg having multiple services A, B, C that depend on a MQTT server also defined as a service, and defined as devbox services, and sometimes I just want to update one of the A, B or C, and do a no-downtime update
What solution would you like?
Similar to https://github.com/Wowu/docker-rollout
Alternatives you've considered
No response