Update 'Deploment/deployment.json'
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
"hostname": "grafana",
|
"hostname": "grafana",
|
||||||
"restart_policy": "always",
|
"restart_policy": "always",
|
||||||
"network": "host",
|
"network": "host",
|
||||||
|
"ports": ["3000:3000/tcp"],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
"container": "/var/lib/grafana",
|
"container": "/var/lib/grafana",
|
||||||
@@ -48,6 +49,8 @@
|
|||||||
"hostname": "mosquitto",
|
"hostname": "mosquitto",
|
||||||
"network": "host",
|
"network": "host",
|
||||||
"restart_policy": "always",
|
"restart_policy": "always",
|
||||||
|
"ports": ["1883:1883/tcp","9001:9001/tcp"],
|
||||||
|
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
"container": "/mosquitto/data",
|
"container": "/mosquitto/data",
|
||||||
@@ -88,6 +91,7 @@
|
|||||||
"network": "host",
|
"network": "host",
|
||||||
"hostname": "influxdb",
|
"hostname": "influxdb",
|
||||||
"restart_policy": "always",
|
"restart_policy": "always",
|
||||||
|
"ports": ["8086:8086/tcp"],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
"container": "/var/lib/influxdb2",
|
"container": "/var/lib/influxdb2",
|
||||||
|
|||||||
Reference in New Issue
Block a user