-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] docker 관련 설정 및 CI/CD 구축 #18
Merged
Merged
Conversation
This file contains 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
- mysql, redis docker container volume 데이터 디렉토리 추가 - env file 추가 related to #2
- mysql 컨테이너 설정 수정 - redis 컨테이너 추가 : tripcometrue-redis related to #2
related to #2
related to #2
- mysql 데이터베이스 비밀번호 환경변수화 : DB_PASSWORD - redis 설정 추가 related to #2
docker 프로파일이 아닌 배포시 prod 프로파일로 관리하기 위해 삭제 related to #2
릴리즈 배포시 사용될 prod 프로파일 추가 related to #2
Spring Boot Project 빌드 스크립트 도커 이미지 파일 추가 related to #2
- redis - implementation 'org.springframework.boot:spring-boot-starter-data-redis' - testcontainers & mysql testcontainers - testImplementation 'org.springframework.boot:spring-boot-testcontainers' - testImplementation 'org.testcontainers:mysql' related to #2
- mysql testcontainers 설정 추가 - redis 설정 추가 related to #2
related to #2
related to #2
Test Results1 tests 1 ✅ 0s ⏱️ Results for commit 9c2f736. ♻️ This comment has been updated with latest results. |
related to #2
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.
🎯 목적
새 기능 (New Feature)
리팩토링 (Refactoring)
버그 수정 (Bug Fix)
테스트 (Test)
CI/CD
설정 (Setup)
간략한 설명:
: docker compose 와 GitHub Actions CI/CD 스크립트를 작성했습니다.
🛠 작성/변경 사항
application-dev.yml
Edit Configuration
을 통해 환경 변수를 추가해야 합니다.docker-compose.yml
🔗 관련 이슈
💡 특이 사항
main
,develop
브랜치에 push, pull request 가 발생할 때 CI/CD가 진행됩니다.This close #2