Update 'Deploment/deployment.json'
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user