BARON-SSO 로그인 기능 연동

This commit is contained in:
2026-06-30 15:05:24 +09:00
parent 933afb02b1
commit 792917aba6
11 changed files with 1138 additions and 3 deletions

View File

@@ -11,9 +11,13 @@ services:
environment:
NODE_ENV: production
PORT: 3000
KEYS_PATH: /app/data/keys.json
REDIRECT_URI: ${PROD_REDIRECT_URI:-http://172.16.10.175:9090/callback}
JWKS_URI: ${PROD_JWKS_URI:-http://172.16.10.175:9090/.well-known/jwks.json}
volumes:
- ./uploads:/app/uploads
- ./map_config.json:/app/map_config.json:ro
- backend_keys:/app/data
expose:
- "3000"
restart: unless-stopped
@@ -70,4 +74,7 @@ services:
restart: always
command:
- --character-set-server=utf8mb4
- --collation-server=utf8mb4_unicode_ci
- --collation-server=utf8mb4_unicode_ci
volumes:
backend_keys: