feat(templates): merge branch 'integration' into 'add-categories-platform'
This commit is contained in:
@@ -159,7 +159,6 @@
|
|||||||
"volumes": ["/usr/share/elasticsearch/data"]
|
"volumes": ["/usr/share/elasticsearch/data"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
<<<<<<< HEAD
|
|
||||||
"title": "Minio",
|
"title": "Minio",
|
||||||
"description": "A distributed object storage server built for cloud applications and devops",
|
"description": "A distributed object storage server built for cloud applications and devops",
|
||||||
"categories": ["storage"],
|
"categories": ["storage"],
|
||||||
@@ -204,9 +203,11 @@
|
|||||||
],
|
],
|
||||||
"volumes": ["/usr/src/app/localData", "/usr/src/app/localMetadata"]
|
"volumes": ["/usr/src/app/localData", "/usr/src/app/localMetadata"]
|
||||||
},
|
},
|
||||||
=======
|
{
|
||||||
"title": "SQL Server",
|
"title": "SQL Server",
|
||||||
"description": "Microsoft SQL Server on Linux",
|
"description": "Microsoft SQL Server on Linux",
|
||||||
|
"categories": ["database"],
|
||||||
|
"platform": "linux",
|
||||||
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
|
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
|
||||||
"logo": "https://cloudinovasi.id/assets/img/logos/microsoft.png",
|
"logo": "https://cloudinovasi.id/assets/img/logos/microsoft.png",
|
||||||
"image": "microsoft/mssql-server-linux:latest",
|
"image": "microsoft/mssql-server-linux:latest",
|
||||||
@@ -227,6 +228,8 @@
|
|||||||
{
|
{
|
||||||
"title": "SQL Server",
|
"title": "SQL Server",
|
||||||
"description": "Microsoft SQL Server for Windows containers",
|
"description": "Microsoft SQL Server for Windows containers",
|
||||||
|
"categories": ["database"],
|
||||||
|
"platform": "linux",
|
||||||
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
|
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
|
||||||
"logo": "https://cloudinovasi.id/assets/img/logos/microsoft.png",
|
"logo": "https://cloudinovasi.id/assets/img/logos/microsoft.png",
|
||||||
"image": "microsoft/mssql-server-windows:latest",
|
"image": "microsoft/mssql-server-windows:latest",
|
||||||
@@ -248,6 +251,8 @@
|
|||||||
{
|
{
|
||||||
"title": "SQL Server Express",
|
"title": "SQL Server Express",
|
||||||
"description": "Microsoft SQL Server Express for Windows containers",
|
"description": "Microsoft SQL Server Express for Windows containers",
|
||||||
|
"categories": ["database"],
|
||||||
|
"platform": "linux",
|
||||||
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
|
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
|
||||||
"logo": "https://cloudinovasi.id/assets/img/logos/microsoft.png",
|
"logo": "https://cloudinovasi.id/assets/img/logos/microsoft.png",
|
||||||
"image": "microsoft/mssql-server-windows-express:latest",
|
"image": "microsoft/mssql-server-windows-express:latest",
|
||||||
@@ -287,7 +292,6 @@
|
|||||||
"volumes": ["/export", "/root/.minio"],
|
"volumes": ["/export", "/root/.minio"],
|
||||||
"command": "server /export"
|
"command": "server /export"
|
||||||
},
|
},
|
||||||
>>>>>>> templates-microsoft
|
|
||||||
{
|
{
|
||||||
"title": "Solr",
|
"title": "Solr",
|
||||||
"description": "Open-source enterprise search platform",
|
"description": "Open-source enterprise search platform",
|
||||||
|
|||||||
Reference in New Issue
Block a user