89 lines
2.3 KiB
JSON
89 lines
2.3 KiB
JSON
{
|
|
"version": "2",
|
|
"templates": [
|
|
|
|
{
|
|
"type": 1,
|
|
"title": "Grafana",
|
|
"description": "Grafana docker swarm service",
|
|
"categories": ["monitoring"],
|
|
"name": "grafana.bit.lan",
|
|
"platform": "linux",
|
|
"logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png",
|
|
"privileged": true,
|
|
"hostname": "grafana",
|
|
"restart_policy": "always",
|
|
"administrator_only": false,
|
|
"volumes": [
|
|
{
|
|
"container": "/var/lib/grafana"
|
|
},
|
|
{
|
|
"container": "/etc/grafana"
|
|
}
|
|
],
|
|
"ports": [
|
|
"3000:3000/tcp"
|
|
],
|
|
"image": "grafana/grafana",
|
|
"labels": [
|
|
{ "name": "com.centurylinklabs.watchtower.enable", "value": "true" }
|
|
]
|
|
},
|
|
|
|
|
|
{
|
|
"type": 1,
|
|
"title": "mosquitto",
|
|
"name": "mosquitto.bit.lan",
|
|
"description": "Docker image mosquito",
|
|
"categories": ["Docker"],
|
|
"platform": "linux",
|
|
"logo": "https://www.pinclipart.com/picdir/big/336-3369424_iot-eclipse-org-mqtt.png",
|
|
"administrator_only": false,
|
|
"privileged": true,
|
|
"image": "eclipse-mosquitto",
|
|
"hostname": "mosquitto",
|
|
"network": "host",
|
|
"restart_policy": "always",
|
|
"ports": ["1883:1883/tcp","9001:9001/tcp"],
|
|
|
|
"volumes": [
|
|
{
|
|
"container": "/mosquitto"
|
|
}
|
|
],
|
|
"labels": [
|
|
{ "name": "com.centurylinklabs.watchtower.enable", "value": "true" }
|
|
]
|
|
},
|
|
|
|
|
|
|
|
{
|
|
"type": 1,
|
|
"title": "influxdb",
|
|
"name": "influxdb.bit.lan",
|
|
"description": "Docker image influxdb",
|
|
"categories": ["Database"],
|
|
"platform": "linux",
|
|
"logo": "https://influxdata.github.io/branding/img/downloads/influxdata-logo--symbol--pool-alpha.png",
|
|
"administrator_only": false,
|
|
"privileged": true,
|
|
"image": "influxdb:2.1",
|
|
"network": "host",
|
|
"hostname": "influxdb",
|
|
"restart_policy": "always",
|
|
"ports": ["8086:8086/tcp"],
|
|
"volumes": [
|
|
{
|
|
"container": "/var/lib/influxdb2"
|
|
}
|
|
],
|
|
"labels": [
|
|
{ "name": "com.centurylinklabs.watchtower.enable", "value": "true" }
|
|
]
|
|
}
|
|
]
|
|
}
|