fix: 프로덕션 Docker 배포 Elasticsearch 기동 실패 수정#43
Merged
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthrough프로덕션 배포 환경에 Elasticsearch 서비스를 Docker Compose를 통해 통합합니다. 배포 워크플로우는 Elasticsearch 준비 상태를 확인하고, Spring 애플리케이션은 환경 변수를 통해 Elasticsearch URI를 수신합니다. ChangesElasticsearch 프로덕션 배포 통합
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ 작업 내용 한 줄 요약
🛠️ 작업 내용
docker-compose.prod.yml에 Elasticsearch 서비스 추가ELASTICSEARCH_URIS기본값(http://elasticsearch:9200) 주입.env에ELASTICSEARCH_URIS없을 경우 기본값 자동 추가redis/elasticsearch선기동 후 ES readiness 확인 뒤 app 기동🧠 기술적 의사결정
Summary by CodeRabbit
New Features
Documentation
Chores