restructure directory

This commit is contained in:
Kasra Bigdeli
2019-01-12 22:53:25 -08:00
parent 0a7d265b42
commit 6cc0bfc376
16 changed files with 0 additions and 0 deletions

35
v1/apps/nextcloud.json Normal file
View File

@@ -0,0 +1,35 @@
{
"captainVersion": "1",
"documentation": "Taken from https://hub.docker.com/_/nextcloud",
"dockerCompose":
{
"version": "3.3",
"services":
{
"$$cap_appname-db":
{
"image": "nextcloud:$$cap_nextcloud_version",
"volumes": [
"$$cap_appname-db-data:/var/www/html"
],
"restart": "always",
"environment":
{
}
}
}
},
"instructions":{
"start":"A safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms. http://Nextcloud.com",
"end":"'NextCloud is deployed and available as $$cap_appname"
},
"variables": [
{
"id": "$$cap_nextcloud_version",
"label": "NextCloud Version",
"defaultValue": "15",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/nextcloud/tags/",
"validRegex": "/.{1,}/"
}]
}