Merge branch 'template-scality' into integration
This commit is contained in:
@@ -146,6 +146,26 @@
|
||||
"volumes": ["/export", "/root/.minio"],
|
||||
"command": "server /export"
|
||||
},
|
||||
{
|
||||
"title": "Scality S3",
|
||||
"description": "Standalone AWS S3 protocol server",
|
||||
"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",
|
||||
"description": "Open-source enterprise search platform",
|
||||
|
||||
Reference in New Issue
Block a user