feat(template): add minio template
This commit is contained in:
@@ -108,6 +108,17 @@
|
|||||||
],
|
],
|
||||||
"volumes": ["/usr/share/elasticsearch/data"]
|
"volumes": ["/usr/share/elasticsearch/data"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Minio",
|
||||||
|
"description": "A distributed object storage server built for cloud applications and devops.",
|
||||||
|
"logo": "https://cloudinovasi.id/assets/img/logos/minio.png",
|
||||||
|
"image": "minio/minio:latest",
|
||||||
|
"ports": [
|
||||||
|
"9000/tcp"
|
||||||
|
],
|
||||||
|
"volumes": ["/export", "/root/.minio"],
|
||||||
|
"command": "server /export"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Solr",
|
"title": "Solr",
|
||||||
"description": "Open-source enterprise search platform",
|
"description": "Open-source enterprise search platform",
|
||||||
|
|||||||
Reference in New Issue
Block a user