Update 'Deploment/portainer-stack.json'

This commit is contained in:
2022-04-29 05:03:32 +00:00
parent ac10916059
commit 17ac7bb551
+23
View File
@@ -19,6 +19,29 @@
"bind": "/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": [
{
"bind": "/var/lib/grafana"
}
]
}
]
}