feat(template): add minio template

This commit is contained in:
Anthony Lapenna
2017-03-13 21:13:35 +01:00
parent d2a7adec09
commit 7b5a0e1eec

View File

@@ -108,6 +108,17 @@
],
"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",
"description": "Open-source enterprise search platform",