feat(cli): support to join external network

This commit is contained in:
2025-03-11 22:37:46 -06:00
parent 0611dc930a
commit 429aee2784
5 changed files with 194 additions and 4 deletions

View File

@@ -62,6 +62,7 @@ class UserConfigManager:
"driver": "goose",
"connect": True,
"mount_local": True,
"networks": [], # Default networks to connect to (besides mc-network)
},
"services": {
"langfuse": {},