From ef501301395c27649b5be207cf83721a4fe0a8c0 Mon Sep 17 00:00:00 2001 From: jade Date: Mon, 13 Jul 2026 23:37:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=86=8C=EC=8A=A4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2895e2e..cc7eb01 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -109,25 +109,3 @@ services: - GLOW_COMMUNICATION_EXTMCI_PORT=8081 - GLOW_COMMUNICATION_EAI_HOST=tcp://gateway - GLOW_COMMUNICATION_EAI_PORT=8081 - - - tool-hr: - build: - context: ./axhub-tool-hr - ports: - - "8086:8086" - depends_on: - - redis - environment: - - TZ=Asia/Seoul - - SPRING_REDIS_HOST=redis - - SPRING_REDIS_PORT=6379 - - SPRING_DATA_REDIS_PORT=6379 - - AXHUB_GATEWAY_URL=http://gateway:8081 - - AXHUB_TOOL_URL=http://tool-hr:8086 - - GLOW_COMMUNICATION_MCI_HOST=http://gateway - - GLOW_COMMUNICATION_MCI_PORT=8081 - - GLOW_COMMUNICATION_EXTMCI_HOST=http://gateway - - GLOW_COMMUNICATION_EXTMCI_PORT=8081 - - GLOW_COMMUNICATION_EAI_HOST=tcp://gateway - - GLOW_COMMUNICATION_EAI_PORT=8081