forked from baron/baron-sso
컨테이너/실행 환경 보정
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user