Code Monkey home page Code Monkey logo

drupal-solr's Introduction

Apache Solr for Drupal Docker Container Image

Build Status Docker Pulls Docker Stars Docker Layers

Overview

❗️For better reliability we release images with stability tags (wodby/drupal-solr:8-7-X.X.X) which correspond to git tags. We strongly recommend using images only with stability tags.

This image is based on wodby/solr and comes with the default config set for Drupal from Search API Solr Search module.

Docker Images

Supported tags and respective Dockerfile links Drupal Solr Search API Solr
8-7.4, 8-7, 8, latest (Dockerfile) 8 7.4 8.x-2.0
8-7.3 (Dockerfile) 8 7.3 8.x-2.0
8-7.2 (Dockerfile) 8 7.2 8.x-2.0
8-7.1 (Dockerfile) 8 7.1 8.x-2.0
8-6.6, 8-6 (Dockerfile) 8 6.6 8.x-2.0
8-5.5, 8-5 (Dockerfile) 8 5.5 8.x-1.2
7-5.4, 7-5, 7 (Dockerfile) 8 5.4 7.x-1.12

Environment Variables

See wodby/solr

Orchestration Actions

See wodby/solr

Complete Drupal Stack

See wodby/docker4drupal

Deployment

Deploy Solr for Drupal to your server via Wodby Wodby.

drupal-solr's People

Contributors

csandanov avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

totranquilo

drupal-solr's Issues

creating a solr volume

Is it possible to Create a solr volume that persists?

Something like

volumes:

- ./search:/opt/solr

Core creation when deploying with docker-compose

Is there any way to create a core automatically when deploying the stack with docker-compose?

I've tried to create a custom script and modified entrypoint.sh to run it while deploying but no avail.
I have found that that's because script gets executed before Solr is actually started and if I modify Solr to start before running core creation script the script doesn't run ever because Solr starts on foreground.

Provide solr config via mounted folder

In previous solr versions, I could create my configs on my machine and mount them. Since Solr 7, this seems no longer working:

$ docker run -v /Volumes/webdev/www/_solr/mycore:/opt/solr/server/solr/mycore -v /Volumes/webdev/www/_solr/_config_7:/opt/solr/server/solr/configsets/drupal/conf -p 8983:8983 -t wodby/drupal-solr:8-7.2
> cp: can't create directory '/opt/solr/server/solr/configsets/configsets': Permission denied

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.