Remove mci-mock configuration and directory

This commit is contained in:
jade
2026-08-04 22:39:56 +09:00
parent ac024f9a95
commit c91eb1271c
4 changed files with 5 additions and 62 deletions

View File

@@ -167,7 +167,7 @@ dap-was-oth/src/main/resources/tool-schemas/cmm/
```powershell
# 선택: Redis와 WireMock 기반 MCI mock 기동
$env:ACTIVE_PROFILE = 'local'
docker compose up -d redis mci-mock
docker compose up -d redis
# OTH Tool Pod 실행
$env:SPRING_PROFILES_ACTIVE = 'local'
@@ -218,7 +218,6 @@ http://localhost:8084/tool-test-console.html
| 서비스 | 컨테이너 포트 | 호스트 포트 |
|---|---:|---:|
| `redis` | 6379 | 6379 |
| `mci-mock` (WireMock) | 8080 | 8089 |
| `was-sms` | 8082 | 8282 |
| `was-oth` | 8084 | 8284 |