-
fix(ci): resolve docker compose race condition in prod deployment
Some checks failedRelease / Test UI (push) Successful in 54sRelease / Test backend (push) Successful in 6m46sRelease / Deploy to prod (push) Has been cancelledRelease / Deploy to homelab (push) Has been cancelledRelease / Gitea Release (push) Has been cancelledRelease / Build and push images (push) Has been cancelledreleased this
2026-04-17 23:08:22 +05:00 | -564 commits to main since this releaseStop containers explicitly before pulling + restarting to prevent the
'No such container' race condition where Docker Compose tries to start
a new container while simultaneously removing the old one.Also remove --no-deps flag which caused stale hash-prefixed container
names (e.g. 41cb964156c0_libnovel-ui-1) that trigger the race.Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Downloads