Update 'Deploment/deployment.json'

This commit is contained in:
2022-05-04 05:21:02 +00:00
parent 00d5947f4a
commit d1cafe7ec5
+6 -18
View File
@@ -21,14 +21,10 @@
], ],
"volumes": [ "volumes": [
{ {
"container": "/var/lib/grafana", "container": "/var/lib/grafana"
"bind": "/srv/grafana.bit.lan/data",
"readonly": true
}, },
{ {
"container": "/etc/grafana", "container": "/etc/grafana"
"bind": "/srv/grafana.bit.lan/conf",
"readonly": true
} }
], ],
"labels": [ "labels": [
@@ -53,20 +49,14 @@
"ports": ["1883:1883/tcp","9001:9001/tcp"], "ports": ["1883:1883/tcp","9001:9001/tcp"],
"volumes": [ "volumes": [
{ {
"container": "/mosquitto/data", "container": "/mosquitto/data"
"bind": "/srv/mosquitto.bit.lan/docker/data",
"readonly": false
}, },
{ {
"container": "/mosquitto/config", "container": "/mosquitto/config"
"bind": "/srv/mosquitto.bit.lan/docker/config",
"readonly": false
} }
, ,
{ {
"container": "/mosquitto/log", "container": "/mosquitto/log"
"bind": "/srv/mosquitto.bit.lan/docker/log",
"readonly": false
} }
], ],
"labels": [ "labels": [
@@ -93,9 +83,7 @@
"ports": ["8086:8086/tcp"], "ports": ["8086:8086/tcp"],
"volumes": [ "volumes": [
{ {
"container": "/var/lib/influxdb2", "container": "/var/lib/influxdb2"
"bind": "/srv/influxdb.bit.lan/data",
"readonly": false
} }
], ],
"labels": [ "labels": [