Update 'Deploment/deployment.json'
This commit is contained in:
@@ -21,14 +21,10 @@
|
||||
],
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/var/lib/grafana",
|
||||
"bind": "/srv/grafana.bit.lan/data",
|
||||
"readonly": true
|
||||
"container": "/var/lib/grafana"
|
||||
},
|
||||
{
|
||||
"container": "/etc/grafana",
|
||||
"bind": "/srv/grafana.bit.lan/conf",
|
||||
"readonly": true
|
||||
"container": "/etc/grafana"
|
||||
}
|
||||
],
|
||||
"labels": [
|
||||
@@ -53,20 +49,14 @@
|
||||
"ports": ["1883:1883/tcp","9001:9001/tcp"],
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/mosquitto/data",
|
||||
"bind": "/srv/mosquitto.bit.lan/docker/data",
|
||||
"readonly": false
|
||||
"container": "/mosquitto/data"
|
||||
},
|
||||
{
|
||||
"container": "/mosquitto/config",
|
||||
"bind": "/srv/mosquitto.bit.lan/docker/config",
|
||||
"readonly": false
|
||||
"container": "/mosquitto/config"
|
||||
}
|
||||
,
|
||||
{
|
||||
"container": "/mosquitto/log",
|
||||
"bind": "/srv/mosquitto.bit.lan/docker/log",
|
||||
"readonly": false
|
||||
"container": "/mosquitto/log"
|
||||
}
|
||||
],
|
||||
"labels": [
|
||||
@@ -93,9 +83,7 @@
|
||||
"ports": ["8086:8086/tcp"],
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/var/lib/influxdb2",
|
||||
"bind": "/srv/influxdb.bit.lan/data",
|
||||
"readonly": false
|
||||
"container": "/var/lib/influxdb2"
|
||||
}
|
||||
],
|
||||
"labels": [
|
||||
|
||||
Reference in New Issue
Block a user