refactor: apply new Naming standard (uid, categoryKey, subToolName) across modules
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
||||
build:
|
||||
context: ./axhub-gateway
|
||||
ports:
|
||||
- "8081:8081"
|
||||
- "8281:8081"
|
||||
volumes:
|
||||
- ./:/src
|
||||
depends_on:
|
||||
@@ -33,7 +33,7 @@ services:
|
||||
build:
|
||||
context: ./axhub-tool-sms
|
||||
ports:
|
||||
- "8082:8082"
|
||||
- "8282:8082"
|
||||
depends_on:
|
||||
- redis
|
||||
environment:
|
||||
@@ -53,7 +53,7 @@ services:
|
||||
build:
|
||||
context: ./axhub-tool-email
|
||||
ports:
|
||||
- "8083:8083"
|
||||
- "8283:8083"
|
||||
depends_on:
|
||||
- redis
|
||||
environment:
|
||||
@@ -73,7 +73,7 @@ services:
|
||||
build:
|
||||
context: ./axhub-tool-other
|
||||
ports:
|
||||
- "8084:8084"
|
||||
- "8284:8084"
|
||||
depends_on:
|
||||
- redis
|
||||
environment:
|
||||
@@ -93,7 +93,7 @@ services:
|
||||
build:
|
||||
context: ./axhub-tool-payment
|
||||
ports:
|
||||
- "8085:8085"
|
||||
- "8285:8085"
|
||||
depends_on:
|
||||
- redis
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user