BARON-SSO 로그인 연동
All checks were successful
ITAM Code Check / build-and-config-check (push) Successful in 12s
ITAM Docker Build Check / docker-build-check (push) Successful in 33s

This commit is contained in:
2026-06-30 15:35:51 +09:00
20 changed files with 578 additions and 86 deletions

View File

@@ -24,7 +24,7 @@ services:
- "3000:3000"
volumes:
- ./uploads:/app/uploads
- ./map_config.json:/app/map_config.json:ro
- ./map_config.json:/app/map_config.json
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/health"]