Update 'Deploment/deployment.json'

This commit is contained in:
2022-05-05 08:11:02 +00:00
parent f776542653
commit 4a9ffeb3fa
+20 -6
View File
@@ -13,6 +13,8 @@
"privileged": true,
"hostname": "grafana",
"interactive": true,
"user": "www-data",
"group": "root",
"restart_policy": "always",
"administrator_only": false,
"image": "grafana/grafana",
@@ -21,10 +23,14 @@
],
"volumes": [
{
"container": "/var/lib/grafana"
"container": "/srv/grafana.bit.lan/data",
"bind":"/var/lib/grafana",
"readonly": false
},
{
"container": "/etc/grafana"
"container": "/srv/grafana.bit.lan/conf",
"bind": "/etc/grafana",
"readonly": false
}
],
"labels": [
@@ -49,14 +55,20 @@
"ports": ["1883:1883/tcp","9001:9001/tcp"],
"volumes": [
{
"container": "/mosquitto/data"
"container": "/srv/mosquitto.bit.lan/docker/data",
"bind": "/mosquitto/data",
"readonly": false
},
{
"container": "/mosquitto/config"
"container": "/srv/mosquitto.bit.lan/docker/config",
"bind": "/mosquitto/config",
"readonly": false
}
,
{
"container": "/mosquitto/log"
"container": "/srv/mosquitto.bit.lan/docker/log",
"bind": "/mosquitto/log",
"readonly": false
}
],
"labels": [
@@ -83,7 +95,9 @@
"ports": ["8086:8086/tcp"],
"volumes": [
{
"container": "/var/lib/influxdb2"
"container": "/srv/influxdb.bit.lan/data",
"bind": "/var/lib/influxdb2",
"readonly": false
}
],
"labels": [