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",
"templates": [
{
// grafana configuration
"type": 1,
"title": "Garfana",
"name": "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",
"image": "grafana/grafana:latest-ubuntu",
"hostname": "grafana",
"ports": ["3000:3000/tcp"],
"restart_policy": "unless-stopped",
"restart_policy": "always",
"network": "host",
"volumes": [
{
"container": "/var/lib/grafana",
"bind": "/srv/grafana-data",
"readonly": true
"bind": "/srv/grafana.bit.lan/data",
"readonly": false
},
{
"container": "/etc/grafana",
"bind": "/srv/grafana.bit.lan/conf",
"readonly": false
}
],
"labels": [
{ "name": "com.centurylinklabs.watchtower.enable", "value": "true" }
]
},
{
"type": 1,
"title": "mosquitto",
@@ -35,7 +50,7 @@
"image": "eclipse-mosquitto",
"hostname": "mosquitto",
"ports": ["1883:1883/tcp","9001:9001/tcp"],
"restart_policy": "unless-stopped",
"restart_policy": "always",
"volumes": [
{
"container": "/mosquitto",
@@ -62,7 +77,7 @@
"image": "influxdb",
"hostname": "influxdb",
"ports": ["8086:8086/tcp"],
"restart_policy": "unless-stopped",
"restart_policy": "always",
"volumes": [
{
"container": "/var/lib/influxdb",