58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"version": "3",
|
|
"templates": [
|
|
{
|
|
"type": 1,
|
|
"title": "Registry",
|
|
"description": "Docker image registry",
|
|
"categories": ["docker"],
|
|
"platform": "linux",
|
|
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
|
|
"image": "eclipse-mosquitto",
|
|
"container_name": "mosquitto",
|
|
"ports": [
|
|
"1883:1883",
|
|
"9001:9001"
|
|
],
|
|
"volumes":[
|
|
"./mosquitto-data:/mosquitto"
|
|
]
|
|
},
|
|
{
|
|
"type": 2,
|
|
"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": [
|
|
"./grafana-data:/var/lib/grafana"
|
|
]
|
|
},
|
|
{
|
|
"type": 3,
|
|
"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": [
|
|
"./influxdb-data:/var/lib/influxdb"
|
|
]
|
|
}
|
|
]
|
|
} |