Update 'Deploment/portainer-stack.json'

This commit is contained in:
2022-04-29 05:02:30 +00:00
parent f792ec462c
commit ac10916059
+1 -41
View File
@@ -1,5 +1,5 @@
{
"version": "3",
"version": "2",
"templates": [
{
"type": 1,
@@ -19,46 +19,6 @@
"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"
}
]
}
]
}