From 1c82d3be8e4788b44ae3e94d06ed73a692be1cfb Mon Sep 17 00:00:00 2001 From: happybell80 Date: Thu, 4 Sep 2025 15:36:33 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20Docker=20dangling=20=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=20=EC=A0=95=EB=A6=AC=20=EC=99=84=EB=A3=8C=20=EA=B8=B0?= =?UTF-8?q?=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 39개 dangling 이미지 삭제 - 3.9GB 디스크 공간 회수 - docker image prune -f 명령 사용 --- plans/250831_todo_and_tech_debt.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plans/250831_todo_and_tech_debt.md b/plans/250831_todo_and_tech_debt.md index 3f44722..9ac396f 100644 --- a/plans/250831_todo_and_tech_debt.md +++ b/plans/250831_todo_and_tech_debt.md @@ -131,6 +131,7 @@ class UserIdentityService: ### Docker & 로그 - **로그 모니터링**: /mnt/hdd/logs/ 구조화 저장 중 - **로그 정리**: 매일 새벽 4시 자동 실행, 30일 보관 +- **Docker 이미지 정리**: 2025-09-04 dangling 이미지 39개 제거 (3.9GB 회수) ### 환경변수 - **Frontend**: VITE_AUTH_SERVER_URL 환경변수 사용 중