Update 'Deploment/deployment.json'
This commit is contained in:
@@ -25,12 +25,12 @@
|
||||
{
|
||||
"container": "/srv/grafana.bit.lan/data",
|
||||
"bind":"/var/lib/grafana",
|
||||
"readonly": false
|
||||
"readonly": true
|
||||
},
|
||||
{
|
||||
"container": "/srv/grafana.bit.lan/conf",
|
||||
"bind": "/etc/grafana",
|
||||
"readonly": false
|
||||
"readonly": true
|
||||
}
|
||||
],
|
||||
"labels": [
|
||||
@@ -57,18 +57,18 @@
|
||||
{
|
||||
"container": "/srv/mosquitto.bit.lan/docker/data",
|
||||
"bind": "/mosquitto/data",
|
||||
"readonly": false
|
||||
"readonly": true
|
||||
},
|
||||
{
|
||||
"container": "/srv/mosquitto.bit.lan/docker/config",
|
||||
"bind": "/mosquitto/config",
|
||||
"readonly": false
|
||||
"readonly": true
|
||||
}
|
||||
,
|
||||
{
|
||||
"container": "/srv/mosquitto.bit.lan/docker/log",
|
||||
"bind": "/mosquitto/log",
|
||||
"readonly": false
|
||||
"readonly": true
|
||||
}
|
||||
],
|
||||
"labels": [
|
||||
@@ -97,7 +97,7 @@
|
||||
{
|
||||
"container": "/srv/influxdb.bit.lan/data",
|
||||
"bind": "/var/lib/influxdb2",
|
||||
"readonly": false
|
||||
"readonly": true
|
||||
}
|
||||
],
|
||||
"labels": [
|
||||
|
||||
Reference in New Issue
Block a user