Merge branch 'template-scality' into integration
This commit is contained in:
@@ -126,26 +126,46 @@
|
|||||||
"volumes": ["/usr/share/elasticsearch/data"]
|
"volumes": ["/usr/share/elasticsearch/data"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Minio",
|
"title": "Minio",
|
||||||
"description": "A distributed object storage server built for cloud applications and devops",
|
"description": "A distributed object storage server built for cloud applications and devops",
|
||||||
"logo": "https://cloudinovasi.id/assets/img/logos/minio.png",
|
"logo": "https://cloudinovasi.id/assets/img/logos/minio.png",
|
||||||
"image": "minio/minio:latest",
|
"image": "minio/minio:latest",
|
||||||
"ports": [
|
"ports": [
|
||||||
"9000/tcp"
|
"9000/tcp"
|
||||||
],
|
],
|
||||||
"env": [
|
"env": [
|
||||||
{
|
{
|
||||||
"name": "MINIO_ACCESS_KEY",
|
"name": "MINIO_ACCESS_KEY",
|
||||||
"label": "Minio access key"
|
"label": "Minio access key"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "MINIO_SECRET_KEY",
|
"name": "MINIO_SECRET_KEY",
|
||||||
"label": "Minio secret key"
|
"label": "Minio secret key"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"volumes": ["/export", "/root/.minio"],
|
"volumes": ["/export", "/root/.minio"],
|
||||||
"command": "server /export"
|
"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",
|
"title": "Solr",
|
||||||
"description": "Open-source enterprise search platform",
|
"description": "Open-source enterprise search platform",
|
||||||
|
|||||||
Reference in New Issue
Block a user