feat: 개발 서버(EC2) 메모리 및 CPU 제한 조정, 카카오 OAuth 설정 추가#193
Merged
Conversation
개발용 Docker Compose의 메모리 및 CPU 제한을 조정하여 t2.micro 환경에 최적화. Java 힙 영역 설정을 고정하고 소형 힙에 유리한 SerialGC를 적용. 추가적으로 카카오 OAuth 리디렉션 설정을 application-dev.yml에 반영.
카카오 OAuth 리디렉션 URI 및 채널별 리디렉션 URI 설정을 application-prod.yml에 추가.
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.
📝 요약(Summary)
사용 중인 EC2(t2.micro)에서 서비스 서버랑 어드민 서버를 같이 돌리니까 자꾸 EC2가 터져버리는 문제가 있습니다
이를 방지하기 위해 메모리 및 CPU 사용량 제한을 걸었습니다.
어드민 서버에서의 로그인을 지원하기 위한 카카오 OAuth 설정을 추가했습니다
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.