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/countly.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/countly.yml')
| -rw-r--r-- | public/v4/apps/countly.yml | 43 |
1 files changed, 22 insertions, 21 deletions
diff --git a/public/v4/apps/countly.yml b/public/v4/apps/countly.yml index d01700e..5a84af9 100644 --- a/public/v4/apps/countly.yml +++ b/public/v4/apps/countly.yml @@ -1,24 +1,25 @@ captainVersion: 4 services: - $$cap_appname: - image: countly/countly-server:$$cap_countly_version - volumes: - - $$cap_appname-data:/var/lib/mongodb - restart: always - environment: {} + $$cap_appname: + image: countly/countly-server:$$cap_countly_version + volumes: + - $$cap_appname-data:/var/lib/mongodb + restart: always + environment: {} caproverOneClickApp: - variables: - - id: $$cap_countly_version - label: What version/tag do you want? - description: Go here to see all versions - https://hub.docker.com/r/countly/countly-server/tags - defaultValue: 19.08.1 - validRegex: /^([^\s^\/])+$/ - instructions: - start: Countly. This will only work over HTTPS, so enable plz :) | Product - Analytics for Mobile, Web, Desktop and IoT | https://count.ly - end: Countly is deployed and available as $$cap_appname - displayName: "" - isOfficial: true - description: Countly helps you get insights from your application - documentation: Taken from https://hub.docker.com/r/countly/countly-server + variables: + - id: $$cap_countly_version + label: What version/tag do you want? + description: Go here to see all versions + https://hub.docker.com/r/countly/countly-server/tags + defaultValue: 19.08.1 + validRegex: /^([^\s^\/])+$/ + instructions: + start: + Countly. This will only work over HTTPS, so enable plz :) | Product + Analytics for Mobile, Web, Desktop and IoT | https://count.ly + end: Countly is deployed and available as $$cap_appname + displayName: '' + isOfficial: true + description: Countly helps you get insights from your application + documentation: Taken from https://hub.docker.com/r/countly/countly-server |
