Update 'Deploment/deployment.json'

This commit is contained in:
2022-04-30 11:58:01 +00:00
parent e5393dd1eb
commit 3724d541fa
+4
View File
@@ -15,6 +15,7 @@
"hostname": "grafana",
"restart_policy": "always",
"network": "host",
"ports": ["3000:3000/tcp"],
"volumes": [
{
"container": "/var/lib/grafana",
@@ -48,6 +49,8 @@
"hostname": "mosquitto",
"network": "host",
"restart_policy": "always",
"ports": ["1883:1883/tcp","9001:9001/tcp"],
"volumes": [
{
"container": "/mosquitto/data",
@@ -88,6 +91,7 @@
"network": "host",
"hostname": "influxdb",
"restart_policy": "always",
"ports": ["8086:8086/tcp"],
"volumes": [
{
"container": "/var/lib/influxdb2",