Merge branch 'main' of http://39.117.244.52:3000/kjs/ERP-node into feature/dashboard

This commit is contained in:
dohyeons 2025-10-15 17:12:55 +09:00
commit d7613713cf
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ services:
- CORS_CREDENTIALS=true - CORS_CREDENTIALS=true
- LOG_LEVEL=debug - LOG_LEVEL=debug
- ENCRYPTION_KEY=ilshin-plm-mail-encryption-key-32characters-2024-secure - ENCRYPTION_KEY=ilshin-plm-mail-encryption-key-32characters-2024-secure
- KMA_API_KEY=ogdXr2e9T4iHV69nvV-IwA
- ITS_API_KEY=${ITS_API_KEY:-}
- EXPRESSWAY_API_KEY=${EXPRESSWAY_API_KEY:-}
volumes: volumes:
- ../../backend-node:/app # 개발 모드: 코드 변경 시 자동 반영 - ../../backend-node:/app # 개발 모드: 코드 변경 시 자동 반영
- /app/node_modules - /app/node_modules