mirror of
https://github.com/SelfhostedPro/selfhosted_templates.git
synced 2026-04-02 10:52:21 +00:00
added prometheus
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user