Skip to content

Docker healthcheck 실행 안정화 - #294

Merged
goder-0 merged 1 commit into
mainfrom
feature/#289-docker-healthcheck
Aug 24, 2026
Merged

Docker healthcheck 실행 안정화#294
goder-0 merged 1 commit into
mainfrom
feature/#289-docker-healthcheck

Conversation

@goder-0

@goder-0 goder-0 commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

관련 이슈

PR 설명

운영 healthcheck가 컨테이너 내부의 curl에 의존해 이미지 구성에 따라 애플리케이션이 정상이어도 unhealthy로 판정될 수 있는 문제를 수정합니다.

  • Corretto Alpine 이미지에 기본 포함된 BusyBox wget으로 운영 healthcheck를 실행합니다.
  • /health-check가 HEAD 요청을 허용하지 않으므로 --spider 대신 GET 응답 본문을 /dev/null로 버리는 방식을 사용합니다.
  • local-bundle 앱에도 동일한 healthcheck를 추가해 PostgreSQL·Redis뿐 아니라 애플리케이션 상태도 확인합니다.
  • 별도 네트워크 도구 패키지를 이미지에 추가하지 않습니다.

@github-actions

github-actions Bot commented Aug 10, 2026

Copy link
Copy Markdown

📊 코드 커버리지 리포트

Overall Project 92.81% 🍏

There is no coverage information present for the Files changed

@goder-0
goder-0 marked this pull request as ready for review August 12, 2026 15:04
@goder-0
goder-0 requested a review from ckdals4600 August 12, 2026 15:05
Comment thread docker/local-bundle/Dockerfile
Comment thread docker/Dockerfile
@goder-0
goder-0 force-pushed the feature/#289-docker-healthcheck branch from 1ee9835 to ac52942 Compare August 20, 2026 14:53
@goder-0 goder-0 changed the title Docker healthcheck 실행 도구 추가 Docker healthcheck 실행 안정화 Aug 20, 2026
@goder-0
goder-0 merged commit 4f0ea86 into main Aug 24, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker healthcheck가 curl 미설치로 항상 unhealthy 상태가 되는 문제

2 participants