Update 'Deploment/deployment.json'

This commit is contained in:
2022-05-02 05:16:35 +00:00
parent 8fd1393c6a
commit e7fa2d6ec3
+6 -18
View File
@@ -20,14 +20,10 @@
], ],
"volumes": [ "volumes": [
{ {
"container": "/var/lib/grafana", "container": "/var/lib/grafana"
"bind": "/srv/grafana.bit.lan/data",
"readonly": false
}, },
{ {
"container": "/etc/grafana", "container": "/etc/grafana"
"bind": "/srv/grafana.bit.lan/conf",
"readonly": false
} }
], ],
"labels": [ "labels": [
@@ -52,20 +48,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": [
@@ -92,9 +82,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": [