Y
Hacker News
new
|
ask
|
show
|
jobs
by
tpetry
2023 days ago
Same for me, i did stick to docker-compose. A production-grade single server deployment would be a real interesting case.
1 comments
ngrilly
2023 days ago
The big problem for me with Docker Compose is the lack of zero downtime / seamless deployments. First it stops the containers running the old version, then it starts new containers running new versions, instead of doing the reverse.
link