From 27f48baadc2ee5c98010b65f874d1426d7fc05b6 Mon Sep 17 00:00:00 2001 From: kyy Date: Mon, 11 May 2026 11:42:47 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=A8=ED=85=8C=EC=9D=B4=EB=84=88/=EC=8B=A4?= =?UTF-8?q?=ED=96=89=20=ED=99=98=EA=B2=BD=20=EB=B3=B4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index 03bc7874..fee5954c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -62,6 +62,7 @@ services: - "${ADMINFRONT_PORT:-5173}:5173" volumes: - ./adminfront:/app + - ./common:/common - ./locales:/locales - /app/node_modules networks: @@ -82,6 +83,7 @@ services: - "${DEVFRONT_PORT:-5174}:5173" volumes: - ./devfront:/app + - ./common:/common - ./locales:/locales - /app/node_modules networks: @@ -102,6 +104,7 @@ services: - "${ORGFRONT_PORT:-5175}:5175" volumes: - ./orgfront:/app + - ./common:/common - ./locales:/locales - /app/node_modules networks: