feat: tool report 카테고리 추가
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 4m50s
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 4m50s
This commit is contained in:
@@ -22,6 +22,8 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
tool-report:
|
||||||
|
condition: service_started
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Seoul
|
- TZ=Asia/Seoul
|
||||||
- SPRING_REDIS_HOST=redis
|
- SPRING_REDIS_HOST=redis
|
||||||
@@ -37,6 +39,20 @@ services:
|
|||||||
- MCP_GATEWAY_FALLBACK_DEFAULT_URL=http://was-oth:8084
|
- MCP_GATEWAY_FALLBACK_DEFAULT_URL=http://was-oth:8084
|
||||||
- MCP_GATEWAY_FALLBACK_ROUTES_SMS=http://was-sms:8082
|
- MCP_GATEWAY_FALLBACK_ROUTES_SMS=http://was-sms:8082
|
||||||
- MCP_GATEWAY_FALLBACK_ROUTES_HR=http://was-oth:8084
|
- 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:
|
mci-mock:
|
||||||
image: wiremock/wiremock:latest
|
image: wiremock/wiremock:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user