refactor: Rename payment module to axhub-tool-payment

This commit is contained in:
jade
2026-07-09 22:02:57 +09:00
parent 654c61edc5
commit 4919ae936e
7 changed files with 9 additions and 9 deletions

View File

@@ -86,9 +86,9 @@ services:
- GLOW_COMMUNICATION_EXTMCI_PORT=8081
- GLOW_COMMUNICATION_EAI_HOST=tcp://gateway
- GLOW_COMMUNICATION_EAI_PORT=8081
\n payment:
tool-payment:
build:
context: ./payment
context: ./axhub-tool-payment
ports:
- "8085:8085"
depends_on:
@@ -99,7 +99,7 @@ services:
- SPRING_REDIS_PORT=6379
- SPRING_DATA_REDIS_PORT=6379
- AXHUB_GATEWAY_URL=http://gateway:8081
- AXHUB_TOOL_URL=http://payment:8085
- AXHUB_TOOL_URL=http://tool-payment:8085
- GLOW_COMMUNICATION_MCI_HOST=http://gateway
- GLOW_COMMUNICATION_MCI_PORT=8081
- GLOW_COMMUNICATION_EXTMCI_HOST=http://gateway