91769fe2c6
Docker Compose v2.20.1 still tries to connect external networks during container creation even with networks:[]. Switch to network_mode:"none" to fully prevent compose from touching networks, then connect them manually after container creation. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>