You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Verify all compose services survive deploy recreate cycle (#2135)
Docker compose can lose sidecar containers during image recreate.
When the MCP server receives SIGTERM during compose up, it exits
cleanly (code 0) but Docker marks it as "manually stopped" and
the unless-stopped restart policy won't bring it back.
Add a post-deploy verification step that checks for exited services
and retries them before proceeding.
Co-authored-by: Ben Coombs <bjcoombs@users.noreply.github.com>
0 commit comments