From 9ab97ea83aa7db79a9bf8a99aeb792692a45ddff Mon Sep 17 00:00:00 2001 From: Jackson Legge Date: Tue, 5 Jan 2021 22:54:55 -0700 Subject: [PATCH] added prometheus --- Template/template.json | 44 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/Template/template.json b/Template/template.json index 7093664..9eafbda 100644 --- a/Template/template.json +++ b/Template/template.json @@ -1155,7 +1155,7 @@ "bind": "!config/Grafana" } ] - + }, { "type": 1, @@ -2731,6 +2731,48 @@ } ] }, + { + "type": 1, + "title": "Prometheus", + "name": "prometheus", + "description": "Prometheus is an application used for event monitoring and alerting.[ ", + "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/Prometheus_software_logo.svg/1200px-Prometheus_software_logo.svg.png", + "image": "prom/prometheus", + "categories": [ + "Cloud", + "Productivity", + "Tools", + "Other" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + { + "WebUI": "9090:9090/tcp" + } + ], + "volumes": [ + { + "container": "/etc/prometheus", + "bind": "!config/Prometheus" + }, + { + + } + ], + "env": [ + { + "name": "PUID", + "label": "PUID", + "default": "!PUID" + }, + { + "name": "PGID", + "label": "PGID", + "default": "!PGID" + } + ] + }, { "type": 1, "title": "ProtonMail Bridge",