I'm sharing my script I created to solve the only problem I had with docker-compose: no simple way to update my apps without downtime.
For transparency: This is my project, I previously posted this on r/docker, the post got good reception, so I decided to repost it here.
How does this handle stateful apps without downtime?
If the app can handle two running instances then it should work, but I think it’s not gonna work for most databases