-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: 배포 스크립트 변경 #271
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
refactor: 배포 스크립트 변경 #271
Conversation
|
Caution Review failedThe pull request is closed. Walkthrough이 변경 사항은 Docker Compose 설정에서 MySQL 서비스의 외부 포트 매핑을 3306에서 3307로 변경하고, 배포 스크립트에서 추가적으로 Prometheus 및 Grafana 컨테이너를 관리하도록 수정하였습니다. 일부 Java 파일의 공백만 조정되었습니다. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant DeployScript
participant DockerCompose
participant NowaitAppAdmin
participant PrometheusAdmin
participant GrafanaAdmin
User->>DeployScript: 배포 스크립트 실행
DeployScript->>DockerCompose: nowait-app-admin-api pull & up
DeployScript->>DockerCompose: prometheus-admin pull & up
DeployScript->>DockerCompose: grafana-admin pull & up
DockerCompose->>NowaitAppAdmin: 컨테이너 시작
DockerCompose->>PrometheusAdmin: 컨테이너 시작
DockerCompose->>GrafanaAdmin: 컨테이너 시작
Estimated code review effort🎯 2 (Simple) | ⏱️ ~7 minutes Possibly related PRs
Suggested reviewers
Note 🔌 MCP (Model Context Protocol) integration is now available in Early Access!Pro users can now connect to remote MCP servers under the Integrations page to get reviews and chat conversations that understand additional development context. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
✨ Finishing Touches
🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
작업 요약
Issue Link
문제점 및 어려움
해결 방안
Reference
Summary by CodeRabbit
Chores
Style