Update 'Deploment/deployment.json'
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"version": "2",
|
||||
"templates": [
|
||||
{
|
||||
"type": 1,
|
||||
"title": "Garfana",
|
||||
"name": "grafana",
|
||||
"description": "Docker monitoring tool grafana",
|
||||
"categories": ["Monitoring"],
|
||||
"platform": "linux",
|
||||
"logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png",
|
||||
"administrator_only": false,
|
||||
"image": "grafana/grafana",
|
||||
"hostname": "grafana",
|
||||
"ports": ["3000:3000/tcp"],
|
||||
"restart_policy": "unless-stopped",
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/var/lib/grafana",
|
||||
"bind": "/srv/grafana-data",
|
||||
"readonly": true
|
||||
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"title": "mosquitto",
|
||||
"name": "mosquitto",
|
||||
"description": "Docker image mosquito",
|
||||
"categories": ["Docker"],
|
||||
"platform": "linux",
|
||||
"logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png",
|
||||
"administrator_only": false,
|
||||
"image": "eclipse-mosquitto",
|
||||
"hostname": "mosquitto",
|
||||
"ports": ["1883:1883/tcp","9001:9001/tcp"],
|
||||
"restart_policy": "unless-stopped",
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/mosquitto",
|
||||
"bind": "/srv/mosquitto_data",
|
||||
"readonly": true
|
||||
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"title": "influxdb",
|
||||
"name": "influxdb",
|
||||
"description": "Docker image influxdb",
|
||||
"categories": ["Database"],
|
||||
"platform": "linux",
|
||||
"logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png",
|
||||
"administrator_only": false,
|
||||
"image": "influxdb",
|
||||
"hostname": "influxdb",
|
||||
"ports": ["8086:8086/tcp"],
|
||||
"restart_policy": "unless-stopped",
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/var/lib/influxdb",
|
||||
"bind": "/srv/influxdb-data",
|
||||
"readonly": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user