Update 'Deploment/portainer-stack.json'
This commit is contained in:
@@ -1,22 +1,19 @@
|
|||||||
{
|
{
|
||||||
"version": "2",
|
"version": "2",
|
||||||
"templates": [
|
"templates": [
|
||||||
|
{
|
||||||
|
"type": 1,
|
||||||
|
"title": "Mosquitto",
|
||||||
|
"description": "Docker image Mosquitto",
|
||||||
|
"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"],
|
||||||
|
"volumes": [
|
||||||
{
|
{
|
||||||
"type": 1,
|
"container": "/mosquitto"
|
||||||
"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/tcp"],
|
|
||||||
"user": "0",
|
|
||||||
"volumes": [
|
|
||||||
{
|
|
||||||
"bind": "/var/lib/grafana"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user