From 7b5a0e1eec239b2a0c78e19d2ba3283eda908fed Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Mon, 13 Mar 2017 21:13:35 +0100 Subject: [PATCH] feat(template): add minio template --- templates.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates.json b/templates.json index 70bda31..13fcd1d 100644 --- a/templates.json +++ b/templates.json @@ -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",