From e1a35f5128ae866c1d4a608f54d53efafe079417 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Tue, 14 Mar 2017 17:45:58 +0100 Subject: [PATCH] feat(template): add env vars for Minio template --- templates.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates.json b/templates.json index 13fcd1d..2f70247 100644 --- a/templates.json +++ b/templates.json @@ -116,6 +116,16 @@ "ports": [ "9000/tcp" ], + "env": [ + { + "name": "MINIO_ACCESS_KEY", + "label": "Minio access key" + }, + { + "name": "MINIO_SECRET_KEY", + "label": "Minio secret key" + } + ], "volumes": ["/export", "/root/.minio"], "command": "server /export" },