From 1cb1d90a7e956c011c3d55e84c6e2a624c292c32 Mon Sep 17 00:00:00 2001 From: juheelee Date: Thu, 13 Aug 2026 16:32:08 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20tool=20report=20=EC=B9=B4=ED=85=8C?= =?UTF-8?q?=EA=B3=A0=EB=A6=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 73e48c60..e4cccf0a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,6 +22,8 @@ services: depends_on: redis: condition: service_healthy + tool-report: + condition: service_started environment: - TZ=Asia/Seoul - SPRING_REDIS_HOST=redis @@ -37,6 +39,20 @@ services: - 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 + - REPORT_SERVICE_URL=http://tool-report:8092 + + tool-report: + build: + context: . + dockerfile: dap-tool-report/Dockerfile + volumes: + - ./:/src:ro + environment: + - TZ=Asia/Seoul + - REPORT_SERVER_ADDRESS=0.0.0.0 + - REPORT_SERVER_PORT=8092 + - REPORT_SOURCE_ROOT=/src + - JAVA_TOOL_OPTIONS=-Xms64m -Xmx384m mci-mock: image: wiremock/wiremock:latest