[chore][web-sample] docker-compose.yaml 추가#33
Merged
eGovFrameSupport merged 2 commits intoJun 5, 2026
Merged
Conversation
Dockerfile 기반 컨테이너 빌드·구동 환경을 docker-compose로 제공한다. healthcheck로 애플리케이션 기동 상태를 주기적으로 확인하며, JAVA_OPTS를 환경 변수로 노출해 메모리 튜닝을 용이하게 한다.
Contributor
|
#35(Docker 빌드 복구)가 반영된 main에서 본 PR의 docker-compose.yaml로 로컬 실행을 검증해 정상 동작을 확인하였습니다. 다만 병합 전 아래 보강을 요청드립니다.
위 사항 반영되면 병합을 진행하도록 하겠습니다. 감사합니다. |
- compose 이미지명을 k8s 매니페스트/문서와 동일하게 egovframe-web:5.0.0 으로 통일 - Compose v2에서 폐기되어 경고를 유발하는 version 키 제거 - 클린 클론에서 docker compose up --build 시 사전 mvn package 가 필요함을 주석으로 명시
Contributor
Author
|
리뷰 감사합니다. 요청하신 보강 사항을 다음과 같이 반영했습니다.
확인 부탁드립니다. 감사합니다. |
eGovFrameSupport
approved these changes
Jun 5, 2026
Contributor
|
표준프레임워크에 대한 지속적인 참여에 |
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.
변경 사유
Dockerfile은 존재하지만 docker-compose.yaml이 없어 로컬 개발 및 단순 배포 시 컨테이너 구동 방법이 불편했다. docker-compose로 한 번에 빌드·구동할 수 있는 환경을 제공한다.
변경 내용
docker-compose.yaml신규 추가영향 범위
체크리스트