feat(template): add microsoft templates
This commit is contained in:
@@ -115,6 +115,47 @@
|
|||||||
],
|
],
|
||||||
"volumes": ["/usr/share/elasticsearch/data"]
|
"volumes": ["/usr/share/elasticsearch/data"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "SQL Server",
|
||||||
|
"description": "Microsoft SQL Server on Linux",
|
||||||
|
"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-mssql-linux.png",
|
||||||
|
"image": "microsoft/mssql-server-linux:latest",
|
||||||
|
"ports": [
|
||||||
|
"1433/tcp"
|
||||||
|
],
|
||||||
|
"env": [
|
||||||
|
{
|
||||||
|
"name": "ACCEPT_EULA",
|
||||||
|
"set": "Y"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SA_PASSWORD",
|
||||||
|
"label": "System administrator password"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "SQL Server",
|
||||||
|
"description": "Microsoft SQL Server Express for Windows containers",
|
||||||
|
"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-mssql-express.png",
|
||||||
|
"image": "microsoft/mssql-server-windows-express:latest",
|
||||||
|
"ports": [
|
||||||
|
"1433/tcp"
|
||||||
|
],
|
||||||
|
"env": [
|
||||||
|
{
|
||||||
|
"name": "ACCEPT_EULA",
|
||||||
|
"set": "Y"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SA_PASSWORD",
|
||||||
|
"label": "System administrator password"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"volumes": ["C:/temp/"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user