refactor: 어플리케이션 업무코드(DAP) 전면 전환에 따른 패키지 및 모듈명 대규모 리팩토링

This commit is contained in:
jade
2026-07-16 16:18:04 +09:00
parent 6159b0856a
commit a82bc1a196
285 changed files with 782 additions and 782 deletions

View File

@@ -14,7 +14,7 @@ services:
gateway:
build:
context: .
dockerfile: axhub-gateway/Dockerfile
dockerfile: dap-gateway/Dockerfile
ports:
- "8281:8081"
volumes:
@@ -40,7 +40,7 @@ services:
tool-sms:
build:
context: .
dockerfile: axhub-tool-sms/Dockerfile
dockerfile: dap-tool-sms/Dockerfile
ports:
- "8282:8082"
depends_on:
@@ -61,7 +61,7 @@ services:
tool-email:
build:
context: .
dockerfile: axhub-tool-email/Dockerfile
dockerfile: dap-tool-email/Dockerfile
ports:
- "8283:8083"
depends_on:
@@ -82,7 +82,7 @@ services:
tool-other:
build:
context: .
dockerfile: axhub-tool-other/Dockerfile
dockerfile: dap-tool-other/Dockerfile
ports:
- "8284:8084"
depends_on:
@@ -103,7 +103,7 @@ services:
tool-payment:
build:
context: .
dockerfile: axhub-tool-payment/Dockerfile
dockerfile: dap-tool-payment/Dockerfile
ports:
- "8285:8085"
depends_on: