Update 'Deploment/portainer-stack.json'
This commit is contained in:
@@ -3,20 +3,13 @@
|
||||
"templates": [
|
||||
{
|
||||
"type": 1,
|
||||
"title": "grafana",
|
||||
"description": "Grafana docker swarm service",
|
||||
"categories": ["monitoring"],
|
||||
"title": "Garfana",
|
||||
"description": "Docker monitoring tool grafana",
|
||||
"categories": ["Monitoring"],
|
||||
"platform": "linux",
|
||||
"logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png",
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/var/lib/grafana"
|
||||
}
|
||||
],
|
||||
"ports": [
|
||||
"3000:3000/tcp"
|
||||
],
|
||||
"image": "grafana/grafana"
|
||||
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
|
||||
"image": "grafana:grafana",
|
||||
"ports": ["3000:3000/tcp"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user