feat(template): add scality s3 server template
This commit is contained in:
@@ -136,6 +136,26 @@
|
|||||||
"volumes": ["/export", "/root/.minio"],
|
"volumes": ["/export", "/root/.minio"],
|
||||||
"command": "server /export"
|
"command": "server /export"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Scality S3 Server",
|
||||||
|
"description": "Standalone AWS S3 protocol server that can be used for dev, testing and live deployments",
|
||||||
|
"logo": "https://cloudinovasi.id/assets/img/logos/scality-s3.png",
|
||||||
|
"image": "scality/s3server",
|
||||||
|
"ports": [
|
||||||
|
"8000/tcp"
|
||||||
|
],
|
||||||
|
"env": [
|
||||||
|
{
|
||||||
|
"name": "SCALITY_ACCESS_KEY",
|
||||||
|
"label": "Scality S3 access key"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SCALITY_SECRET_KEY",
|
||||||
|
"label": "Scality S3 secret key"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"volumes": ["/usr/src/app/localData", "/usr/src/app/localMetadata"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Solr",
|
"title": "Solr",
|
||||||
"description": "Open-source enterprise search platform",
|
"description": "Open-source enterprise search platform",
|
||||||
|
|||||||
Reference in New Issue
Block a user