[FEAT/#181] 기존 배포 방식을 Docker로 Migration#182
Merged
JungYoonShin merged 6 commits intodevelopfrom Jun 24, 2025
Merged
Conversation
- redis도 컨테이너로 띄워서 관리하기 위해서 docker compose를 도입했어요.
application.yml 설정 추가했습니다.
ppparkta
approved these changes
Jun 11, 2025
Member
ppparkta
left a comment
There was a problem hiding this comment.
작업 정말 고생 많으셨어요!
레디스와의 통합 관리를 위해 docker-compose 파일을 만들어주셔서 좋네요!
Docker 적용을 해주시겠다고 한 지 얼마 안 된 것 같은데 마이그레이션을 빠르게 진행해주셔서 감사해요. 대단하네요!! 💪
SSH 터널링를 통해 EC2를 통해 Private Subnet 내부의 RDS로 연결하는 터널을 생성해줘야 한다고 합니다..!!
SSH 터널링은 bastion host를 구성하는 방식과는 다른건가요?!
1) .gradle 캐시를 GitHub Actions에 캐싱하도록 설정 2) 테스트를 제외한 빌드로 변경
Member
Author
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.

📄 Work Description
⚙️ ISSUE
📷 Screenshot
💬 To Reviewers
⚡️ SSH 터널링
⚡️ docker compose
Redis도 Docker 컨테이너로 띄우고, docker-compose.yml에 포함하여 함께 관리하도록 구성했어요.
🔗 Reference
https://cobinding.tistory.com/272
https://velog.io/@dbfla0628/AWS-Github-Actions%EB%A5%BC-%EC%9D%B4%EC%9A%A9%ED%95%9C-ECR-%EB%A0%88%EC%A7%80%EC%8A%A4%ED%8A%B8%EB%A6%AC-Push-%EC%9E%90%EB%8F%99%ED%99%94%ED%95%98%EA%B8%B0
+ci/cd 잘 되는지는 앞으로 확인해봐야 알 것 같습니당 !! 트슈 생기면 정리해둘게요~~