Add Countly analytics as a one-click app (#97)

* add countly

* allow version

* add version vars

* add more helpful message
This commit is contained in:
Ben 2019-10-19 20:35:06 +01:00 committed by Kasra Bigdeli
parent 5a812fa4a7
commit 1988c59950
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/countly/countly-server",
"dockerCompose": {
"version": "3.3",
"services": {
"$$cap_appname": {
"image": "countly/countly-server:$$cap_countly_version",
"volumes": [
"$$cap_appname-data:/var/lib/mongodb"
],
"restart": "always",
"environment": {}
}
}
},
"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"
},
"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": "latest",
"validRegex": "/^([^\\s^\\/])+$/"
}
]
}