docker conflict resolved

This commit is contained in:
Stephan D
2025-12-05 05:50:34 +01:00
parent 980bb96c74
commit 98f254e34b
3 changed files with 4 additions and 4 deletions

View File

@@ -28,10 +28,10 @@ services:
command: ["--config.file", "/app/config.yml"]
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_METRICS_PORT:-9405}:9405"
- "0.0.0.0:${MNTX_GATEWAY_HTTP_PORT:-8084}:8084"
healthcheck:
test: ["CMD-SHELL","wget -qO- http://localhost:9404/health | grep -q '\"status\":\"ok\"'"]
test: ["CMD-SHELL","wget -qO- http://localhost:9405/health | grep -q '\"status\":\"ok\"'"]
interval: 30s
timeout: 10s
retries: 3