1
0
forked from baron/baron-sso

feat: integrate orgfront and expose internal ids

This commit is contained in:
2026-04-30 09:33:39 +09:00
parent 02375af08d
commit 9ce7a67f58
116 changed files with 22992 additions and 33 deletions

View File

@@ -86,7 +86,7 @@ services:
orgfront:
build:
context: ../baron-orgchart
context: ./orgfront
dockerfile: Dockerfile
container_name: baron_orgfront
env_file:
@@ -98,7 +98,7 @@ services:
ports:
- "${ORGFRONT_PORT:-5175}:5175"
volumes:
- ../baron-orgchart:/app
- ./orgfront:/app
- ./locales:/locales
- /app/node_modules
networks: