1
0
forked from baron/baron-sso

컨테이너/실행 환경 보정

This commit is contained in:
2026-05-11 11:42:47 +09:00
parent b8a25135fc
commit 27f48baadc

View File

@@ -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: