From 85ebfef6f69172908d692e0eace67eaa0d7437c1 Mon Sep 17 00:00:00 2001 From: jade Date: Tue, 14 Jul 2026 00:04:16 +0900 Subject: [PATCH] chore: update EAI mock host to mci-mock for consistency --- docker-compose.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4fcb473..818d4d0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -54,8 +54,8 @@ services: - GLOW_COMMUNICATION_MCI_PORT=8080 - GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock - GLOW_COMMUNICATION_EXTMCI_PORT=8080 - - GLOW_COMMUNICATION_EAI_HOST=tcp://gateway - - GLOW_COMMUNICATION_EAI_PORT=8081 + - GLOW_COMMUNICATION_EAI_HOST=http://mci-mock + - GLOW_COMMUNICATION_EAI_PORT=8080 tool-email: build: context: ./axhub-tool-email @@ -74,8 +74,8 @@ services: - GLOW_COMMUNICATION_MCI_PORT=8080 - GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock - GLOW_COMMUNICATION_EXTMCI_PORT=8080 - - GLOW_COMMUNICATION_EAI_HOST=tcp://gateway - - GLOW_COMMUNICATION_EAI_PORT=8081 + - GLOW_COMMUNICATION_EAI_HOST=http://mci-mock + - GLOW_COMMUNICATION_EAI_PORT=8080 tool-other: build: context: ./axhub-tool-other @@ -94,8 +94,8 @@ services: - GLOW_COMMUNICATION_MCI_PORT=8080 - GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock - GLOW_COMMUNICATION_EXTMCI_PORT=8080 - - GLOW_COMMUNICATION_EAI_HOST=tcp://gateway - - GLOW_COMMUNICATION_EAI_PORT=8081 + - GLOW_COMMUNICATION_EAI_HOST=http://mci-mock + - GLOW_COMMUNICATION_EAI_PORT=8080 tool-payment: build: context: ./axhub-tool-payment @@ -114,5 +114,5 @@ services: - GLOW_COMMUNICATION_MCI_PORT=8080 - GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock - GLOW_COMMUNICATION_EXTMCI_PORT=8080 - - GLOW_COMMUNICATION_EAI_HOST=tcp://gateway - - GLOW_COMMUNICATION_EAI_PORT=8081 + - GLOW_COMMUNICATION_EAI_HOST=http://mci-mock + - GLOW_COMMUNICATION_EAI_PORT=8080