Revert "refactor: rename dasmt to datmt across the project"

This reverts commit 740ef1c757.
This commit is contained in:
jade
2026-08-31 15:55:13 +09:00
parent 740ef1c757
commit cd991bd623
11 changed files with 438 additions and 448 deletions

View File

@@ -1,4 +1,4 @@
name: ax_hub_mcp
name: ax_hub_mcp
services:
gateway:
@@ -13,7 +13,7 @@ services:
was-sal:
build:
context: ./dat-was-datmt
context: ./dat-was-dasmt
dockerfile: dat-was-sal/Dockerfile
ports:
- "127.0.0.1:9282:8082"
@@ -32,7 +32,7 @@ services:
was-cus:
build:
context: ./dat-was-datmt
context: ./dat-was-dasmt
dockerfile: dat-was-cus/Dockerfile
ports:
- "127.0.0.1:9284:8084"
@@ -51,7 +51,7 @@ services:
was-pro:
build:
context: ./dat-was-datmt
context: ./dat-was-dasmt
dockerfile: dat-was-pro/Dockerfile
ports:
- "127.0.0.1:9285:8085"
@@ -70,7 +70,7 @@ services:
was-sys:
build:
context: ./dat-was-datmt
context: ./dat-was-dasmt
dockerfile: dat-was-sys/Dockerfile
ports:
- "127.0.0.1:9286:8086"
@@ -96,4 +96,3 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
restart: always