From 3724d541fa73c62aafb6606db50d450a9271cb86 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Sat, 30 Apr 2022 11:58:01 +0000 Subject: [PATCH] Update 'Deploment/deployment.json' --- Deploment/deployment.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Deploment/deployment.json b/Deploment/deployment.json index 3b4decf..f502dd1 100644 --- a/Deploment/deployment.json +++ b/Deploment/deployment.json @@ -15,6 +15,7 @@ "hostname": "grafana", "restart_policy": "always", "network": "host", + "ports": ["3000:3000/tcp"], "volumes": [ { "container": "/var/lib/grafana", @@ -48,6 +49,8 @@ "hostname": "mosquitto", "network": "host", "restart_policy": "always", + "ports": ["1883:1883/tcp","9001:9001/tcp"], + "volumes": [ { "container": "/mosquitto/data", @@ -88,6 +91,7 @@ "network": "host", "hostname": "influxdb", "restart_policy": "always", + "ports": ["8086:8086/tcp"], "volumes": [ { "container": "/var/lib/influxdb2",