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