Update 'Deploment/portainer-stack.json'
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user