forked from kimhyungsik/ax_hub_mcp_tool
chore: align compose and k8s tool services
All checks were successful
Deploy Tools / deploy (push) Successful in 1m24s
All checks were successful
Deploy Tools / deploy (push) Successful in 1m24s
This commit is contained in:
@@ -1,83 +1,62 @@
|
||||
name: ax_hub_mcp_local
|
||||
|
||||
services:
|
||||
gateway:
|
||||
build:
|
||||
context: ./dat-was-datms
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8081:8080"
|
||||
environment:
|
||||
- TZ=Asia/Seoul
|
||||
|
||||
was-sal:
|
||||
build:
|
||||
context: ./dat-was-datmt
|
||||
context: .
|
||||
dockerfile: dat-was-sal/Dockerfile
|
||||
ports:
|
||||
- "8282:8082"
|
||||
environment:
|
||||
- TZ=Asia/Seoul
|
||||
- AXHUB_GATEWAY_URL=http://gateway:8080
|
||||
- AXHUB_TOOL_URL=http://was-sal:8082
|
||||
- AXHUB_TOOL_URL=http://was-sal.${TOOL_NAMESPACE:-axhub-datmt-local}.svc.cluster.local:8082
|
||||
- GLOW_COMMUNICATION_MCI_HOST=http://mci-mock
|
||||
- GLOW_COMMUNICATION_MCI_PORT=8080
|
||||
- GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock
|
||||
- GLOW_COMMUNICATION_EXTMCI_PORT=8080
|
||||
- GLOW_COMMUNICATION_EAI_HOST=http://mci-mock
|
||||
- GLOW_COMMUNICATION_EAI_PORT=8080
|
||||
- AXHUB_MEMO_HTTP_DOMAIN=http://localhost:8082
|
||||
- AXHUB_INSURANCE_HTTP_DOMAIN=http://localhost:8082
|
||||
- SPRING_PROFILES_ACTIVE=local
|
||||
|
||||
was-cus:
|
||||
build:
|
||||
context: ./dat-was-datmt
|
||||
context: .
|
||||
dockerfile: dat-was-cus/Dockerfile
|
||||
ports:
|
||||
- "8284:8084"
|
||||
environment:
|
||||
- TZ=Asia/Seoul
|
||||
- AXHUB_GATEWAY_URL=http://gateway:8080
|
||||
- AXHUB_TOOL_URL=http://was-cus:8084
|
||||
- AXHUB_TOOL_URL=http://was-cus.${TOOL_NAMESPACE:-axhub-datmt-local}.svc.cluster.local:8084
|
||||
- GLOW_COMMUNICATION_MCI_HOST=http://mci-mock
|
||||
- GLOW_COMMUNICATION_MCI_PORT=8080
|
||||
- GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock
|
||||
- GLOW_COMMUNICATION_EXTMCI_PORT=8080
|
||||
- GLOW_COMMUNICATION_EAI_HOST=http://mci-mock
|
||||
- GLOW_COMMUNICATION_EAI_PORT=8080
|
||||
- AXHUB_MEMO_HTTP_DOMAIN=http://localhost:8084
|
||||
- AXHUB_INSURANCE_HTTP_DOMAIN=http://localhost:8084
|
||||
- SPRING_PROFILES_ACTIVE=local
|
||||
|
||||
was-pro:
|
||||
build:
|
||||
context: ./dat-was-datmt
|
||||
context: .
|
||||
dockerfile: dat-was-pro/Dockerfile
|
||||
ports:
|
||||
- "8285:8085"
|
||||
environment:
|
||||
- TZ=Asia/Seoul
|
||||
- AXHUB_GATEWAY_URL=http://gateway:8080
|
||||
- AXHUB_TOOL_URL=http://was-pro:8085
|
||||
- AXHUB_TOOL_URL=http://was-pro.${TOOL_NAMESPACE:-axhub-datmt-local}.svc.cluster.local:8085
|
||||
- GLOW_COMMUNICATION_MCI_HOST=http://mci-mock
|
||||
- GLOW_COMMUNICATION_MCI_PORT=8080
|
||||
- GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock
|
||||
- GLOW_COMMUNICATION_EXTMCI_PORT=8080
|
||||
- GLOW_COMMUNICATION_EAI_HOST=http://mci-mock
|
||||
- GLOW_COMMUNICATION_EAI_PORT=8080
|
||||
- AXHUB_MEMO_HTTP_DOMAIN=http://localhost:8085
|
||||
- AXHUB_INSURANCE_HTTP_DOMAIN=http://localhost:8085
|
||||
- SPRING_PROFILES_ACTIVE=local
|
||||
|
||||
was-sys:
|
||||
build:
|
||||
context: ./dat-was-datmt
|
||||
context: .
|
||||
dockerfile: dat-was-sys/Dockerfile
|
||||
ports:
|
||||
- "8286:8086"
|
||||
environment:
|
||||
- TZ=Asia/Seoul
|
||||
- AXHUB_GATEWAY_URL=http://gateway:8080
|
||||
- AXHUB_TOOL_URL=http://was-sys:8086
|
||||
- AXHUB_TOOL_URL=http://was-sys.${TOOL_NAMESPACE:-axhub-datmt-local}.svc.cluster.local:8086
|
||||
- GLOW_COMMUNICATION_MCI_HOST=http://mci-mock
|
||||
- GLOW_COMMUNICATION_MCI_PORT=8080
|
||||
- GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock
|
||||
- GLOW_COMMUNICATION_EXTMCI_PORT=8080
|
||||
- GLOW_COMMUNICATION_EAI_HOST=http://mci-mock
|
||||
- GLOW_COMMUNICATION_EAI_PORT=8080
|
||||
- AXHUB_MEMO_HTTP_DOMAIN=http://localhost:8086
|
||||
- AXHUB_INSURANCE_HTTP_DOMAIN=http://localhost:8086
|
||||
- SPRING_PROFILES_ACTIVE=local
|
||||
|
||||
Reference in New Issue
Block a user