Update 'Deploment/portainer-stack.json'
This commit is contained in:
@@ -10,57 +10,12 @@
|
|||||||
"logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.png",
|
"logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.png",
|
||||||
"image": "eclipse-mosquitto",
|
"image": "eclipse-mosquitto",
|
||||||
"container_name": "mosquitto",
|
"container_name": "mosquitto",
|
||||||
"ports": [
|
"ports": ["1883:1883","9001:9001"],
|
||||||
"1883:1883",
|
|
||||||
"9001:9001"
|
|
||||||
],
|
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
"conatiner": "/mosquitto"
|
"conatiner": "/mosquitto"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"type": 1,
|
|
||||||
"title": "Grafana",
|
|
||||||
"description": "Docker image grafana",
|
|
||||||
"categories": ["docker"],
|
|
||||||
"platform": "linux",
|
|
||||||
"logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png",
|
|
||||||
"image": "grafana/grafana",
|
|
||||||
"container_name": "grafana",
|
|
||||||
"ports": [
|
|
||||||
"3000:3000"
|
|
||||||
],
|
|
||||||
"env_file": [
|
|
||||||
"grafana.env"
|
|
||||||
],
|
|
||||||
"user": "0",
|
|
||||||
"volumes": [
|
|
||||||
{
|
|
||||||
"conatiner": "/var/lib/grafana"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"type": 1,
|
|
||||||
"title": "Influxdb",
|
|
||||||
"description": "Docker image influxdb",
|
|
||||||
"categories": ["docker"],
|
|
||||||
"platform": "linux",
|
|
||||||
"logo": "https://influxdata.github.io/branding/img/downloads/influxdata-logo--symbol--pool-alpha.png",
|
|
||||||
"image": "influxdb",
|
|
||||||
"container_name": "influxdb",
|
|
||||||
"ports": [
|
|
||||||
"8086:8086"
|
|
||||||
],
|
|
||||||
"volumes": [
|
|
||||||
{
|
|
||||||
"conatiner": "/var/lib/influxdb"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user