feat(volume): add mc config volume command

This commit is contained in:
2025-03-12 12:00:08 -06:00
parent deb5945e40
commit 2caeb42551
3 changed files with 139 additions and 2 deletions

View File

@@ -92,6 +92,7 @@ class UserConfigManager:
"connect": True,
"mount_local": True,
"networks": [], # Default networks to connect to (besides mc-network)
"volumes": [], # Default volumes to mount, format: "source:dest"
},
"services": {
"langfuse": {},