From e0f328803e87eefd6c2e9ea141d34061d695eeaa Mon Sep 17 00:00:00 2001 From: caadiq Date: Mon, 19 Jan 2026 09:58:46 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C?= =?UTF-8?q?=20named=20volume=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - frontend_modules, backend_modules 볼륨 제거 - 컨테이너에서 npm install 시 호스트 node_modules에 직접 설치 Co-Authored-By: Claude Opus 4.5 --- docker-compose.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f2f1f16..95c2840 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,6 @@ services: - "com.centurylinklabs.watchtower.enable=false" volumes: - ./frontend:/app - - frontend_modules:/app/node_modules depends_on: - fromis9-backend networks: @@ -22,7 +21,6 @@ services: - .env volumes: - ./backend:/app - - backend_modules:/app/node_modules networks: - app - db @@ -48,10 +46,6 @@ services: - app restart: unless-stopped -volumes: - backend_modules: - frontend_modules: - networks: app: external: true