quotation service fixed
This commit is contained in:
@@ -616,6 +616,7 @@ services:
|
||||
dev-chain-gateway-vault-agent: { condition: service_healthy }
|
||||
volumes:
|
||||
- ./api/gateway/chain:/src/api/gateway/chain
|
||||
- ./api/gateway/common:/src/api/gateway/common
|
||||
- ./api/gateway/chain/config.dev.yml:/app/config.yml:ro
|
||||
- dev-chain-gateway-vault-run:/run/vault:ro
|
||||
ports:
|
||||
@@ -693,6 +694,7 @@ services:
|
||||
dev-tron-gateway-vault-agent: { condition: service_healthy }
|
||||
volumes:
|
||||
- ./api/gateway/tron:/src/api/gateway/tron
|
||||
- ./api/gateway/common:/src/api/gateway/common
|
||||
- ./api/gateway/tron/config.dev.yml:/app/config.yml:ro
|
||||
- dev-tron-gateway-vault-run:/run/vault:ro
|
||||
ports:
|
||||
@@ -738,6 +740,7 @@ services:
|
||||
dev-vault: { condition: service_healthy }
|
||||
volumes:
|
||||
- ./api/gateway/mntx:/src/api/gateway/mntx
|
||||
- ./api/gateway/common:/src/api/gateway/common
|
||||
- ./api/gateway/mntx/config.dev.yml:/app/config.yml:ro
|
||||
ports:
|
||||
- "50075:50075"
|
||||
@@ -781,6 +784,7 @@ services:
|
||||
dev-vault: { condition: service_healthy }
|
||||
volumes:
|
||||
- ./api/gateway/tgsettle:/src/api/gateway/tgsettle
|
||||
- ./api/gateway/common:/src/api/gateway/common
|
||||
- ./api/gateway/tgsettle/config.dev.yml:/app/config.yml:ro
|
||||
ports:
|
||||
- "50080:50080"
|
||||
|
||||
Reference in New Issue
Block a user