forked from kimhyungsik/ax_hub_mcp_tool
refactor: massive rename dap -> dat and dapmt -> datmt preserving encoding
All checks were successful
Deploy Tools / deploy (push) Successful in 1m21s
All checks were successful
Deploy Tools / deploy (push) Successful in 1m21s
This commit is contained in:
@@ -3,7 +3,7 @@ name: ax_hub_mcp_local
|
||||
services:
|
||||
gateway:
|
||||
build:
|
||||
context: ./dap-was-dapms
|
||||
context: ./dat-was-dapms
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8081:8080"
|
||||
@@ -12,8 +12,8 @@ services:
|
||||
|
||||
was-sal:
|
||||
build:
|
||||
context: ./dap-was-dapmt
|
||||
dockerfile: dap-was-sal/Dockerfile
|
||||
context: ./dat-was-datmt
|
||||
dockerfile: dat-was-sal/Dockerfile
|
||||
ports:
|
||||
- "8282:8082"
|
||||
environment:
|
||||
@@ -30,8 +30,8 @@ services:
|
||||
|
||||
was-cus:
|
||||
build:
|
||||
context: ./dap-was-dapmt
|
||||
dockerfile: dap-was-cus/Dockerfile
|
||||
context: ./dat-was-datmt
|
||||
dockerfile: dat-was-cus/Dockerfile
|
||||
ports:
|
||||
- "8284:8084"
|
||||
environment:
|
||||
@@ -48,8 +48,8 @@ services:
|
||||
|
||||
was-pro:
|
||||
build:
|
||||
context: ./dap-was-dapmt
|
||||
dockerfile: dap-was-pro/Dockerfile
|
||||
context: ./dat-was-datmt
|
||||
dockerfile: dat-was-pro/Dockerfile
|
||||
ports:
|
||||
- "8285:8085"
|
||||
environment:
|
||||
@@ -66,8 +66,8 @@ services:
|
||||
|
||||
was-sys:
|
||||
build:
|
||||
context: ./dap-was-dapmt
|
||||
dockerfile: dap-was-sys/Dockerfile
|
||||
context: ./dat-was-datmt
|
||||
dockerfile: dat-was-sys/Dockerfile
|
||||
ports:
|
||||
- "8286:8086"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user