forked from kimhyungsik/ax_hub_mcp_tool
refactor: Rename payment module to axhub-tool-payment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user