feat(3c): 3센터 A-A-A 기동 스크립트 + 인프라 멱등화

- run-3centers.cmd: 공유 인프라 + DC1(3c,순번기) + DC2/DC3 일괄 기동 오케스트레이터
- run-dc2/dc3: CHANEL_URL(자기 센터 Chanel 8191/8291) + RTGS_CONTROL_ENABLED=false
- start-infra-native: Kafka 9092 LISTENING이면 재기동 skip(중복 창 방지, 멱등)
- run-dt.cmd: 단말(DT) dev 서버 기동
- 전제: PostgreSQL max_connections>=300(19서비스 커넥션)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
rtgs
2026-07-16 17:33:27 +09:00
parent 5b706bfc33
commit d180d516cd
5 changed files with 59 additions and 2 deletions

10
run-dt.cmd Normal file
View File

@@ -0,0 +1,10 @@
@echo off
rem RTGS 단말(DT, :5180). 접속 센터(DC1/DC2/DC3)를 골라 각 센터 Gucci 관문으로 이체/조회.
call C:\ai-dev\scripts\env.cmd
cd /d "%~dp0frontend"
if not exist node_modules (
echo [run-dt] installing dependencies...
call npm install
)
echo [run-dt] npm run dev:dt (http://localhost:5180/dt.html)
call npm run dev:dt