From 78555dadc71b82f827572e8d16d0f775527fc797 Mon Sep 17 00:00:00 2001 From: Deepika J Date: Tue, 15 Mar 2022 10:20:48 +0000 Subject: [PATCH] delete --- Template.json | 53 --------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 Template.json diff --git a/Template.json b/Template.json deleted file mode 100644 index 803cdf0..0000000 --- a/Template.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "version": "3", - "services": { - "influxdb": { - "image": "influxdb", - "container_name": "influxdb", - "ports": [ - "8086:8086" - ], - "volumes": [ - "../influxdb-data:/var/lib/influxdb" - ] - }, - "grafana": { - "image": "grafana/grafana", - "container_name": "grafana", - "ports": [ - "3000:3000" - ], - "user": "0", - "volumes": [ - "../grafana-data:/var/lib/grafana" - ] - }, - "node-red": { - "image": "nodered/node-red", - "container_name": "node-red", - "ports": [ - "1880:1880" - ], - "volumes": [ - "../node-red-data:/data" - ] - }, - "mosquitto": { - "image": "eclipse-mosquitto", - "container_name": "mosquitto", - "ports": [ - "1883:1883", - "9001:9001" - ], - "volumes": [ - "../mosquitto-data:/mosquitto" - ] - } - }, - "volumes": { - "influxdb-data": null, - "grafana-data": null, - "node-red-data": null, - "mosquitto-data": null - } -} \ No newline at end of file