Update 'Deploment/portainer-stack.json'
This commit is contained in:
@@ -3,16 +3,16 @@
|
|||||||
"templates": [
|
"templates": [
|
||||||
{
|
{
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"title": "Mosquitto",
|
"title": "influxdb",
|
||||||
"description": "Docker image mosquitto",
|
"description": "Docker image influxdb",
|
||||||
"categories": ["docker"],
|
"categories": ["docker"],
|
||||||
"platform": "linux",
|
"platform": "linux",
|
||||||
"logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.png",
|
"logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png",
|
||||||
"image": "eclipse-mosquitto",
|
"image": "influxdb",
|
||||||
"ports": ["1883:1883/tcp","9001:9001/tcp"],
|
"ports": ["8086:8086/tcp"],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
"bind": "/mosquitto"
|
"bind": "/var/lib/influxdb"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user