Update 'Deploment/portainer-stack.json'
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "3",
|
"version": "2",
|
||||||
"templates": [
|
"templates": [
|
||||||
{
|
{
|
||||||
"type": 1,
|
"type": 1,
|
||||||
@@ -19,46 +19,6 @@
|
|||||||
"bind": "/mosquitto"
|
"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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": 1,
|
|
||||||
"title": "Influxdb",
|
|
||||||
"description": "Docker image influxdb",
|
|
||||||
"categories": ["docker"],
|
|
||||||
"platform": "linux",
|
|
||||||
"logo": "https://influxdata.github.io/branding/img/downloads/influxdata-logo--symbol--pool-alpha.png",
|
|
||||||
"image": "influxdb",
|
|
||||||
"container_name": "influxdb",
|
|
||||||
"ports": [
|
|
||||||
"8086:8086"
|
|
||||||
],
|
|
||||||
"volumes": [
|
|
||||||
{
|
|
||||||
"bind": "/var/lib/influxdb"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user