From f269145eaa4c399e7b51c4e06dd2b9b7bec14138 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Tue, 20 Sep 2016 17:01:16 +1200 Subject: [PATCH] Add the Solr template --- README.md | 1 + templates.json | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 42336d7..d640562 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ $ docker run -d -p "8080:80" -v "${PWD}/templates.json:/usr/share/nginx/html/tem * PostgreSQL (based on `postgres:latest`) * Mongo (based on `mongo:latest`) * Elasticsearch (based on `elasticsearch:latest`) +* Solr (based on `solr:latest`) * Redis (based on `redis:latest`) * RabbitMQ (based on `rabbitmq:latest`) * Jenkins (based on `jenkins:latest`) diff --git a/templates.json b/templates.json index 7d98a55..6427c9a 100644 --- a/templates.json +++ b/templates.json @@ -96,6 +96,15 @@ ], "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", "description": "Open-source in-memory data structure store",