feat(template): add env vars for Minio template

This commit is contained in:
Anthony Lapenna
2017-03-14 17:45:58 +01:00
parent 7b5a0e1eec
commit e1a35f5128

View File

@@ -116,6 +116,16 @@
"ports": [ "ports": [
"9000/tcp" "9000/tcp"
], ],
"env": [
{
"name": "MINIO_ACCESS_KEY",
"label": "Minio access key"
},
{
"name": "MINIO_SECRET_KEY",
"label": "Minio secret key"
}
],
"volumes": ["/export", "/root/.minio"], "volumes": ["/export", "/root/.minio"],
"command": "server /export" "command": "server /export"
}, },