feat(template): add cockroachdb template (#51)
This commit is contained in:
@@ -15,6 +15,7 @@ Documentation is available [ReadTheDocs](http://portainer.readthedocs.io/en/late
|
|||||||
* MariaDB (based on `mariadb:latest`)
|
* MariaDB (based on `mariadb:latest`)
|
||||||
* PostgreSQL (based on `postgres:latest`)
|
* PostgreSQL (based on `postgres:latest`)
|
||||||
* Mongo (based on `mongo:latest`)
|
* Mongo (based on `mongo: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`)
|
||||||
* Redis (based on `redis:latest`)
|
* Redis (based on `redis:latest`)
|
||||||
|
|||||||
@@ -85,6 +85,18 @@
|
|||||||
],
|
],
|
||||||
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user