refactor: dap-tool-* 모듈을 dap-was-* 이름으로 전면 개편 및 컨테이너명/파이프라인 연동
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m57s

This commit is contained in:
jade
2026-08-04 23:33:06 +09:00
parent 3e69436bfe
commit 136ad2fa71
268 changed files with 42 additions and 42 deletions

View File

@@ -31,9 +31,9 @@ services:
- AXHUB_SOURCE_DIR=/src
- JAVA_TOOL_OPTIONS=-Xms64m -Xmx384m
- SPRING_PROFILES_ACTIVE=${ACTIVE_PROFILE:-local}
- MCP_GATEWAY_FALLBACK_DEFAULT_URL=http://tool-oth:8084
- MCP_GATEWAY_FALLBACK_ROUTES_SMS=http://tool-sms:8082
- MCP_GATEWAY_FALLBACK_ROUTES_HR=http://tool-oth:8084
- MCP_GATEWAY_FALLBACK_DEFAULT_URL=http://was-oth:8084
- MCP_GATEWAY_FALLBACK_ROUTES_SMS=http://was-sms:8082
- MCP_GATEWAY_FALLBACK_ROUTES_HR=http://was-oth:8084
mci-mock:
image: wiremock/wiremock:latest
@@ -42,10 +42,10 @@ services:
volumes:
- ./mci-mock:/home/wiremock
tool-sms:
was-sms:
build:
context: .
dockerfile: dap-tool-sms/Dockerfile
dockerfile: dap-was-sms/Dockerfile
ports:
- "8282:8082"
depends_on:
@@ -57,7 +57,7 @@ services:
- SPRING_DATA_REDIS_PORT=6379
- AXHUB_GATEWAY_URL=http://gateway:8081
- AXHUB_SOURCE_DIR=/src
- AXHUB_TOOL_URL=http://tool-sms:8082
- AXHUB_TOOL_URL=http://was-sms:8082
- GLOW_COMMUNICATION_MCI_HOMT=http://mci-mock
- GLOW_COMMUNICATION_MCI_PORT=8080
- GLOW_COMMUNICATION_EXTMCI_HOMT=http://mci-mock
@@ -66,10 +66,10 @@ services:
- GLOW_COMMUNICATION_EAI_PORT=8080
- SPRING_PROFILES_ACTIVE=${ACTIVE_PROFILE:-local}
tool-oth:
was-oth:
build:
context: .
dockerfile: dap-tool-oth/Dockerfile
dockerfile: dap-was-oth/Dockerfile
ports:
- "8284:8084"
depends_on:
@@ -80,7 +80,7 @@ services:
- SPRING_REDIS_PORT=6379
- SPRING_DATA_REDIS_PORT=6379
- AXHUB_GATEWAY_URL=http://gateway:8081
- AXHUB_TOOL_URL=http://tool-oth:8084
- AXHUB_TOOL_URL=http://was-oth:8084
- GLOW_COMMUNICATION_MCI_HOMT=http://mci-mock
- GLOW_COMMUNICATION_MCI_PORT=8080
- GLOW_COMMUNICATION_EXTMCI_HOMT=http://mci-mock