fixed minor bugs in json
This commit is contained in:
parent
6eea0d190e
commit
23a6ea2939
|
|
@ -20,7 +20,7 @@
|
||||||
"environment":
|
"environment":
|
||||||
{
|
{
|
||||||
"MINIO_ACCESS_KEY": "$$cap_access_key",
|
"MINIO_ACCESS_KEY": "$$cap_access_key",
|
||||||
"MINIO_SECRET_KEY": "$$cap_secret_key",
|
"MINIO_SECRET_KEY": "$$cap_secret_key"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -41,14 +41,14 @@
|
||||||
"id": "$$cap_access_key",
|
"id": "$$cap_access_key",
|
||||||
"label": "Minio Access Key",
|
"label": "Minio Access Key",
|
||||||
"defaultValue": "latest",
|
"defaultValue": "latest",
|
||||||
"description": "Username to acess minio server",
|
"description": "Username to access minio server",
|
||||||
"validRegex": "/.{5,}/"
|
"validRegex": "/.{5,}/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "$$cap_secret_key",
|
"id": "$$cap_secret_key",
|
||||||
"label": "Minio Secret Key",
|
"label": "Minio Secret Key",
|
||||||
"defaultValue": "latest",
|
"defaultValue": "latest",
|
||||||
"description": "Password to acess minio server",
|
"description": "Password to access minio server",
|
||||||
"validRegex": "/.{8,}/"
|
"validRegex": "/.{8,}/"
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,11 +6,11 @@
|
||||||
"version": "3.3",
|
"version": "3.3",
|
||||||
"services":
|
"services":
|
||||||
{
|
{
|
||||||
"$$cap_appname-db":
|
"$$cap_appname":
|
||||||
{
|
{
|
||||||
"image": "nextcloud:$$cap_nextcloud_version",
|
"image": "nextcloud:$$cap_nextcloud_version",
|
||||||
"volumes": [
|
"volumes": [
|
||||||
"$$cap_appname-db-data:/var/www/html"
|
"$$cap_appname-data:/var/www/html"
|
||||||
],
|
],
|
||||||
"restart": "always",
|
"restart": "always",
|
||||||
"environment":
|
"environment":
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue