Update 'Deploment/deployment.json'
This commit is contained in:
@@ -45,7 +45,11 @@
|
|||||||
"image": "eclipse-mosquitto",
|
"image": "eclipse-mosquitto",
|
||||||
"hostname": "mosquitto",
|
"hostname": "mosquitto",
|
||||||
"restart_policy": "always",
|
"restart_policy": "always",
|
||||||
"ports": ["1883:1883/tcp","9001:9001/tcp"]
|
"ports": ["1883:1883/tcp","9001:9001/tcp"],
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"container": "/mosquitto"
|
||||||
|
} ]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@@ -63,7 +67,15 @@
|
|||||||
"image": "influxdb",
|
"image": "influxdb",
|
||||||
"hostname": "influxdb",
|
"hostname": "influxdb",
|
||||||
"restart_policy": "always",
|
"restart_policy": "always",
|
||||||
"ports": ["8086:8086/tcp"]
|
"ports": ["8086:8086/tcp"],
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"container": "/var/lib/grafana"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"container": "/var/lib/influxdb"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user