diff options
| author | Kasra Bigdeli <[email protected]> | 2020-08-16 19:37:46 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2020-08-16 19:37:46 -0400 |
| commit | 723ca5cca53bf5a569cb951b77f7a9b71fe088bd (patch) | |
| tree | 0cfbfb92e39cdd2a3ed7470eecbb98fdd27f8490 /public/v4/apps/prometheus.yml | |
| parent | 9ae0159100c53fcd357ec82cb819e3a863b34c57 (diff) | |
| download | caprover-one-click-apps-723ca5cca53bf5a569cb951b77f7a9b71fe088bd.tar.gz caprover-one-click-apps-723ca5cca53bf5a569cb951b77f7a9b71fe088bd.zip | |
Fixed build
Diffstat (limited to 'public/v4/apps/prometheus.yml')
| -rw-r--r-- | public/v4/apps/prometheus.yml | 43 |
1 files changed, 22 insertions, 21 deletions
diff --git a/public/v4/apps/prometheus.yml b/public/v4/apps/prometheus.yml index f8834b4..87512fc 100644 --- a/public/v4/apps/prometheus.yml +++ b/public/v4/apps/prometheus.yml @@ -1,24 +1,25 @@ 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" + $$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/ + 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/ |
