Hacker News new | ask | show | jobs
by hruk 482 days ago
We do zero-downtime deployments with a single Docker volume containing the db. Spin up a container running the new code, wait til it's healthy, then kill the old container.