From 9d7165bbf93274cb1407df2f0bf870cfb350aadc Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Mon, 20 Oct 2025 08:49:15 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20requests=20=EB=AA=A8=EB=93=88=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=EB=A1=9C=20=ED=97=AC=EC=8A=A4=EC=B2=B4?= =?UTF-8?q?=ED=81=AC=20=EC=A0=95=EC=83=81=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ 개선사항: - requirements.txt에 requests==2.31.0 추가 - Docker 헬스체크가 정상 작동하도록 수정 - 모든 컨테이너가 healthy 상태로 표시 ✅ 효과: - 백엔드 컨테이너 상태: unhealthy → healthy - 모니터링 및 자동 복구 시스템 정상화 - 운영 환경에서의 안정성 향상 --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 550b668..9afcc33 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -22,6 +22,7 @@ python-dotenv==1.0.0 httpx==0.25.2 redis==5.0.1 python-magic==0.4.27 +requests==2.31.0 # 인증 시스템 PyJWT==2.8.0