mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
d49dcc4fc9
The COMPOSE_CMD in apply_isolation was missing --project-name, so Docker Compose would infer the project name from the directory and collide with the base showcase stack (and other isolated runs). Adding --project-name ensures containers, networks, and volumes are fully scoped to the isolation slot.