rewored monetix gateawy to port 8084
This commit is contained in:
@@ -29,7 +29,7 @@ services:
|
||||
ports:
|
||||
- "0.0.0.0:${MNTX_GATEWAY_GRPC_PORT:-50075}:50075"
|
||||
- "0.0.0.0:${MNTX_GATEWAY_METRICS_PORT:-9404}:9404"
|
||||
- "0.0.0.0:${MNTX_GATEWAY_HTTP_PORT:-8080}:8080"
|
||||
- "0.0.0.0:${MNTX_GATEWAY_HTTP_PORT:-8084}:8084"
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL","wget -qO- http://localhost:9404/health | grep -q '\"status\":\"ok\"'"]
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user