Chore/32 docker ci setup#33
Merged
Merged
Conversation
- Spring Boot, MySQL 기반 서비스의 Dockerfile 작성 및 멀티 스테이지 빌드 적용 - docker-compose.yml 작성하여 MySQL과 앱 컨테이너 연동 구성 - .env 파일로 DB 접속 정보 분리 및 환경 변수 사용 적용 - Git 캐시에서 .env 제거 및 .gitignore에 등록하여 민감 정보 노출 방지 - 인메모리 DB 테스트 프로파일 적용으로 빌드 시 테스트 오류 방지 - CI 파이프라인과 로컬 개발 환경에서 동일한 도커 환경 구축 지원
soyeonkim8888
pushed a commit
to soyeonkim8888/IssueDive
that referenced
this pull request
Aug 29, 2025
…2/chore/32-docker-ci-setup Chore/32 docker ci setup
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.
연관된 이슈
작업 내용
참고 사항
issueDive/.env 파일에는 다음과 같은 내용이 포함되어 있습니다.
PR 유형
PR Checklist
mainbranch가 아닌devbranch에 PR 요청을 했습니다. (main branch에 바로 PR&merge하지 않기).