diff options
| author | Kasra Bigdeli <[email protected]> | 2020-08-16 20:02:16 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2020-08-16 20:03:15 -0400 |
| commit | 0e70ec541e7441b71460db230975d4614473ed6d (patch) | |
| tree | 6e8bafcd18f41d09bc893dc75f36398a0c1f7dde /public/v4/apps/prometheus.yml | |
| parent | 83103a180914dff274188594132c1395f12a1645 (diff) | |
| download | caprover-one-click-apps-0e70ec541e7441b71460db230975d4614473ed6d.tar.gz caprover-one-click-apps-0e70ec541e7441b71460db230975d4614473ed6d.zip | |
migrate to v4
Diffstat (limited to 'public/v4/apps/prometheus.yml')
| -rw-r--r-- | public/v4/apps/prometheus.yml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/public/v4/apps/prometheus.yml b/public/v4/apps/prometheus.yml new file mode 100644 index 0000000..9a84e79 --- /dev/null +++ b/public/v4/apps/prometheus.yml @@ -0,0 +1,23 @@ +captainVersion: 4 +services: + $$cap_appname: + image: prom/prometheus@$$cap_version + restart: always + volumes: + - $$cap_appname-config:/etc/prometheus + - $$cap_appname-data:/prometheus + caproverExtra: + containerHttpPort: "9090" +caproverOneClickApp: + variables: + - label: Prometheus Docker Hash + defaultValue: sha256:43b19072ef98fd0ea5a29ac794fbadf365cca6d5247830034c7b86ae9650126c + description: Starts with 'sha256:'. Find on Docker Hub. Default is latest as of 2020-06-30. + id: $$cap_version + instructions: + end: Prometheus is now starting. + start: "Read more about Prometheus: https://prometheus.io/" + displayName: Prometheus + isOfficial: true + description: Prometheus is a systems and service monitoring system. + documentation: https://hub.docker.com/r/prom/prometheus/ |
