feat(template): add Minio template
This commit is contained in:
@@ -18,6 +18,7 @@ Documentation is available [ReadTheDocs](http://portainer.readthedocs.io/en/late
|
|||||||
* CockroachDB (based on `cockroachdb/cockroach:latest`)
|
* CockroachDB (based on `cockroachdb/cockroach:latest`)
|
||||||
* Elasticsearch (based on `elasticsearch:latest`)
|
* Elasticsearch (based on `elasticsearch:latest`)
|
||||||
* Solr (based on `solr:latest`)
|
* Solr (based on `solr:latest`)
|
||||||
|
* Minio (based on `minio/minio:latest`)
|
||||||
* Redis (based on `redis:latest`)
|
* Redis (based on `redis:latest`)
|
||||||
* RabbitMQ (based on `rabbitmq:latest`)
|
* RabbitMQ (based on `rabbitmq:latest`)
|
||||||
* WordPress (based on `wordpress:latest`)
|
* WordPress (based on `wordpress:latest`)
|
||||||
|
|||||||
@@ -85,18 +85,6 @@
|
|||||||
],
|
],
|
||||||
"volumes": ["/data/db"]
|
"volumes": ["/data/db"]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"title": "CockroachDB",
|
|
||||||
"description": "An open source, survivable, strongly consistent, scale-out SQL database.",
|
|
||||||
"logo": "https://cloudinovasi.id/assets/img/logos/cockroachdb.png",
|
|
||||||
"image": "cockroachdb/cockroach:latest",
|
|
||||||
"ports": [
|
|
||||||
"26257/tcp",
|
|
||||||
"8080/tcp"
|
|
||||||
],
|
|
||||||
"volumes": ["/cockroach/cockroach-data"],
|
|
||||||
"command": "start --insecure"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"title": "Elasticsearch",
|
"title": "Elasticsearch",
|
||||||
"description": "Open-source search and analytics engine",
|
"description": "Open-source search and analytics engine",
|
||||||
@@ -117,6 +105,17 @@
|
|||||||
"8983/tcp"
|
"8983/tcp"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Minio",
|
||||||
|
"description": "A distributed object storage server built for cloud applications and devops.",
|
||||||
|
"logo": "https://cloudinovasi.id/assets/img/logos/minio.png",
|
||||||
|
"image": "minio/minio:latest",
|
||||||
|
"ports": [
|
||||||
|
"9000/tcp"
|
||||||
|
],
|
||||||
|
"volumes": ["/export", "/root/.minio"],
|
||||||
|
"command": "server /export"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Redis",
|
"title": "Redis",
|
||||||
"description": "Open-source in-memory data structure store",
|
"description": "Open-source in-memory data structure store",
|
||||||
|
|||||||
Reference in New Issue
Block a user