Update 'Deploment/deployment.json'
This commit is contained in:
@@ -20,14 +20,10 @@
|
||||
],
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/var/lib/grafana",
|
||||
"bind": "/srv/grafana.bit.lan/data",
|
||||
"readonly": false
|
||||
"container": "/var/lib/grafana"
|
||||
},
|
||||
{
|
||||
"container": "/etc/grafana",
|
||||
"bind": "/srv/grafana.bit.lan/conf",
|
||||
"readonly": false
|
||||
"container": "/etc/grafana"
|
||||
}
|
||||
],
|
||||
"labels": [
|
||||
@@ -52,20 +48,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": [
|
||||
@@ -92,9 +82,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