feat(be): RabbitMQ 인프라 구성 및 개발 환경 개선 (#141)#151
Merged
Merged
Conversation
- Add docker-compose installation in Terraform user_data - Create infra/rabbitmq-docker-compose.yml as deployment template - Update main.tf to use docker-compose instead of docker run - Update local docker-compose.yml with proper network configuration - RabbitMQ container name: rabbitmq_1 for consistency 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Moved docker-compose installation block right after Docker installation - Better script organization: Docker → docker-compose → containers - Removed duplicate installation code
- Add comprehensive RabbitMQ integration documentation - Add profile-based configuration strategy explanation - Add infrastructure & deployment section - Fix: Exclude RabbitMQ autoconfiguration in dev profile to prevent health check DOWN
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.
작업 내용
1. RabbitMQ 인프라 구성
2. 개발 환경 설정 개선
3. 문서화
기술적 변경사항
아키텍처
주요 파일
docker-compose.yml: 로컬 RabbitMQ 환경infra/main.tf: EC2 인프라 자동화infra/rabbitmq-docker-compose.yml: EC2용 템플릿application.yml: dev 환경 RabbitMQ 제외 설정CLAUDE.md: 프로젝트 문서테스트 방법
로컬 개발
RabbitMQ 테스트
주의사항
EC2 배포 전 수동 설정 필요
docker network create common실행환경변수 추가
.gitignore 변경
관련 이슈
Closes #141
🤖 Generated with Claude Code