refactor: rename dap-tool-other to dap-tool-oth
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled

This commit is contained in:
jade
2026-07-25 01:36:12 +09:00
parent 7ba18f7809
commit 92fe2399be
67 changed files with 28 additions and 28 deletions

View File

@@ -63,10 +63,10 @@ services:
- GLOW_COMMUNICATION_EAI_PORT=8080
- SPRING_PROFILES_ACTIVE=${ACTIVE_PROFILE:-local}
tool-other:
tool-oth:
build:
context: .
dockerfile: dap-tool-other/Dockerfile
dockerfile: dap-tool-oth/Dockerfile
ports:
- "8284:8084"
depends_on:
@@ -77,7 +77,7 @@ services:
- SPRING_REDIS_PORT=6379
- SPRING_DATA_REDIS_PORT=6379
- AXHUB_GATEWAY_URL=http://gateway:8081
- AXHUB_TOOL_URL=http://tool-other:8084
- AXHUB_TOOL_URL=http://tool-oth:8084
- GLOW_COMMUNICATION_MCI_HOMT=http://mci-mock
- GLOW_COMMUNICATION_MCI_PORT=8080
- GLOW_COMMUNICATION_EXTMCI_HOMT=http://mci-mock