-
Notifications
You must be signed in to change notification settings - Fork 83
refactor(deployment): Move supporting docker-compose YAML scripts into etc/docker-compose.
#1632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…o `etc/docker-compose`.
WalkthroughMoved docker-compose files into Changes
Sequence Diagram(s)(omitted — changes are path and mount updates, not control-flow or new interactive features) Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used🧠 Learnings (6)📓 Common learnings📚 Learning: 2025-10-17T19:59:25.596ZApplied to files:
📚 Learning: 2025-10-13T03:32:19.293ZApplied to files:
📚 Learning: 2025-10-07T07:54:32.427ZApplied to files:
📚 Learning: 2025-08-25T06:32:48.313ZApplied to files:
📚 Learning: 2025-10-20T21:05:30.417ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (2)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Ruff (0.14.5)components/clp-package-utils/clp_package_utils/controller.py�[1;31mruff failed�[0m Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as @sitaowang1998 pointed out previously, the paths are now relative to $CLP_HOME/etc/docker-compose/ rather than simply $CLP_HOME. If desired, we can keep docker-compose-all.yaml at $CLP_HOME/ to avoid the relative path changes.
etc/docker-compose.etc/docker-compose; Standardize MCP service enable/disable mechanism (resolves #1620).
# Conflicts: # tools/deployment/package/etc/docker-compose/docker-compose-all.yaml
etc/docker-compose; Standardize MCP service enable/disable mechanism (resolves #1620).etc/docker-compose.
Description
This PR moves all
docker-composeYAML scripts intoetc/docker-composein the Package and corrects all related references.Checklist
breaking change.
Validation performed
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.