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