Files
Admin 75bfff5a74
Some checks failed
Release / Test backend (push) Successful in 6m19s
Release / Test UI (push) Successful in 1m42s
Release / Build and push images (push) Failing after 2m11s
Release / Deploy to prod (push) Has been skipped
Release / Deploy to homelab (push) Has been skipped
Release / Gitea Release (push) Has been skipped
fix(ci): resolve docker compose race condition in prod deployment
Stop 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>
2026-04-17 23:08:22 +05:00
..