Update 'Deploment/deployment.json'

This commit is contained in:
2022-04-29 09:59:12 +00:00
parent 89e35fb5ff
commit bd2a7ddf7c
+24 -9
View File
@@ -2,27 +2,42 @@
"version": "2", "version": "2",
"templates": [ "templates": [
{ {
// grafana configuration
"type": 1, "type": 1,
"title": "Garfana", "title": "Garfana",
"name": "grafana", "name": "grafana.bit.lan",
"description": "Docker monitoring tool grafana", "description": "Docker monitoring tool grafana",
"categories": ["Monitoring"], "categories": ["Monitoring"],
"platform": "linux", "platform": "linux",
"logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png", "logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png",
"administrator_only": false, "administrator_only": false,
"image": "grafana/grafana", "image": "grafana/grafana:latest-ubuntu",
"hostname": "grafana", "hostname": "grafana",
"ports": ["3000:3000/tcp"], "restart_policy": "always",
"restart_policy": "unless-stopped", "network": "host",
"volumes": [ "volumes": [
{ {
"container": "/var/lib/grafana", "container": "/var/lib/grafana",
"bind": "/srv/grafana-data", "bind": "/srv/grafana.bit.lan/data",
"readonly": true "readonly": false
},
{
"container": "/etc/grafana",
"bind": "/srv/grafana.bit.lan/conf",
"readonly": false
} }
],
"labels": [
{ "name": "com.centurylinklabs.watchtower.enable", "value": "true" }
] ]
}, },
{ {
"type": 1, "type": 1,
"title": "mosquitto", "title": "mosquitto",
@@ -35,7 +50,7 @@
"image": "eclipse-mosquitto", "image": "eclipse-mosquitto",
"hostname": "mosquitto", "hostname": "mosquitto",
"ports": ["1883:1883/tcp","9001:9001/tcp"], "ports": ["1883:1883/tcp","9001:9001/tcp"],
"restart_policy": "unless-stopped", "restart_policy": "always",
"volumes": [ "volumes": [
{ {
"container": "/mosquitto", "container": "/mosquitto",
@@ -62,7 +77,7 @@
"image": "influxdb", "image": "influxdb",
"hostname": "influxdb", "hostname": "influxdb",
"ports": ["8086:8086/tcp"], "ports": ["8086:8086/tcp"],
"restart_policy": "unless-stopped", "restart_policy": "always",
"volumes": [ "volumes": [
{ {
"container": "/var/lib/influxdb", "container": "/var/lib/influxdb",