[8주차] 강지훈/[feat] Docker Compose & CI/CD#342
Open
theSnackOverflow wants to merge 6 commits into
Hidden character warning
The head ref may contain hidden characters: "\uac15\uc9c0\ud6c8/8\uc8fc\ucc28"
Open
Conversation
- Dockerfile 추가 (eclipse-temurin:21-jdk-alpine 기반) - docker-compose.yml 추가 (MySQL 8 + Spring Boot 앱, healthcheck 포함) - .github/workflows/ci.yml 추가 (PR/develop push 시 테스트·빌드) - .github/workflows/cd.yml 추가 (main push 시 EC2 자동 배포) - application.properties를 application.yml.example로 대체 (prod 프로파일 분리) - .env.example 추가 (환경변수 구조 가이드) - build.gradle에 plain jar 비활성화 설정 추가 - .gitignore에 application.yml, .env 제외 규칙 추가
Member
Author
|
docker 어렵네요,,, |
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. 과제 요구사항 중 구현한 내용
2. 핵심 변경 사항
3. 실행 및 검증 결과
흑흑 겨우 성공했습니다,,
4. 완료 사항
5. 추가 사항
제출 체크리스트
{이름}/main브랜치다{이름}/{숫자}주차브랜치다