From 605dfe2c4d46125e5bc89537039bcfe7d2de2247 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Thu, 5 May 2022 08:13:22 +0000 Subject: [PATCH] Delete 'Deploment/test1.json' --- Deploment/test1.json | 106 ------------------------------------------- 1 file changed, 106 deletions(-) delete mode 100644 Deploment/test1.json diff --git a/Deploment/test1.json b/Deploment/test1.json deleted file mode 100644 index 2bbe7c3..0000000 --- a/Deploment/test1.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "version": "2", - "templates": [ - - { - "type": 1, - "title": "Grafana", - "name": "grafana.bit.lan", - "description": "Docker monitoring tool grafana", - "categories": ["Monitoring"], - "platform": "linux", - "logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png", - "administrator_only": false, - "image": "grafana/grafana:latest-ubuntu", - "hostname": "grafana", - "restart_policy": "always", - "network": "host", - "user": "www-data", - "group": "root", - "interactive": true, - "volumes": [ - { - "container": "/srv/grafana.bit.lan/data", - "bind":"/var/lib/grafana", - "readonly": false - }, - { - "container": "/srv/grafana.bit.lan/conf", - "bind": "/etc/grafana", - "readonly": false - } - ], - - "labels": [ - { "name": "com.centurylinklabs.watchtower.enable", "value": "true" } - ] - }, - - - - { - "type": 1, - "title": "mosquitto", - "name": "mosquitto.bit.lan", - "description": "Docker image mosquito", - "categories": ["Docker"], - "platform": "linux", - "logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.png", - "administrator_only": false, - "image": "eclipse-mosquitto:2", - "hostname": "mosquitto", - "network": "host", - "restart_policy": "always", - "volumes": [ - { - "container": "/mosquitto/data", - "bind": "/srv/mosquitto.bit.lan/docker/data", - "readonly": false - }, - - { - "container": "/mosquitto/config", - "bind": "/srv/mosquitto.bit.lan/docker/config", - "readonly": false - } - , - - { - "container": "/mosquitto/log", - "bind": "/srv/mosquitto.bit.lan/docker/log", - "readonly": false - } - ], - "labels": [ - { "name": "com.centurylinklabs.watchtower.enable", "value": "true" } - ] - }, - - - - { - "type": 1, - "title": "influxdb", - "name": "influxdb.bit.lan", - "description": "Docker image influxdb", - "categories": ["Database"], - "platform": "linux", - "logo": "https://influxdata.github.io/branding/img/downloads/influxdata-logo--symbol--pool-alpha.png", - "administrator_only": false, - "image": "influxdb:2.1", - "network": "host", - "hostname": "influxdb", - "restart_policy": "always", - "volumes": [ - { - "container": "/var/lib/influxdb2", - "bind": "/srv/influxdb.bit.lan/data", - "readonly": false - } - ], - "labels": [ - { "name": "com.centurylinklabs.watchtower.enable", "value": "true" } - ] - } - ] - } \ No newline at end of file