Add the Solr template
This commit is contained in:
@@ -99,6 +99,7 @@ $ docker run -d -p "8080:80" -v "${PWD}/templates.json:/usr/share/nginx/html/tem
|
|||||||
* PostgreSQL (based on `postgres:latest`)
|
* PostgreSQL (based on `postgres:latest`)
|
||||||
* Mongo (based on `mongo:latest`)
|
* Mongo (based on `mongo:latest`)
|
||||||
* Elasticsearch (based on `elasticsearch:latest`)
|
* Elasticsearch (based on `elasticsearch:latest`)
|
||||||
|
* Solr (based on `solr:latest`)
|
||||||
* Redis (based on `redis:latest`)
|
* Redis (based on `redis:latest`)
|
||||||
* RabbitMQ (based on `rabbitmq:latest`)
|
* RabbitMQ (based on `rabbitmq:latest`)
|
||||||
* Jenkins (based on `jenkins:latest`)
|
* Jenkins (based on `jenkins:latest`)
|
||||||
|
|||||||
@@ -96,6 +96,15 @@
|
|||||||
],
|
],
|
||||||
"volumes": ["/usr/share/elasticsearch/data"]
|
"volumes": ["/usr/share/elasticsearch/data"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Solr",
|
||||||
|
"description": "Open-source enterprise search platform",
|
||||||
|
"logo": "https://hub.docker.com/public/images/official/solr.png",
|
||||||
|
"image": "solr:latest",
|
||||||
|
"ports": [
|
||||||
|
"8983/tcp"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"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