We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @lmakarov, I tried to setup drupal 8 with search_api_solr-4.x, with added solr service under services in docksal.yml:
search_api_solr-4.x
solr
services
docksal.yml
solr: hostname: solr image: docksal/solr:7.5-2.0 environment: - SOLR_DEFAULT_CONFIG_SET=solr7 volumes: - ${PROJECT_ROOT}/.docksal/etc/solr/conf:/var/www/.docksal/etc/solr/conf:ro labels: io.docksal.virtual-host: solr.${VIRTUAL_HOST},solr.${VIRTUAL_HOST}.* io.docksal.virtual-port: '8983'
my solr config added to .docksal/etc/solr but I got solr core named user-owned, not solr7 I was set up. And I see here is cause of issue https://github.com/docksal/service-solr/blob/develop/scripts/docksal-preinit#L5, SOLR_DEFAULT_CONFIG_SET is hard code in case use user config.
.docksal/etc/solr
user-owned
solr7
SOLR_DEFAULT_CONFIG_SET
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @lmakarov,
I tried to setup drupal 8 with
search_api_solr-4.x
, with addedsolr
service underservices
indocksal.yml
:my solr config added to
.docksal/etc/solr
but I got solr core named
user-owned
, notsolr7
I was set up. And I see here is cause of issue https://github.com/docksal/service-solr/blob/develop/scripts/docksal-preinit#L5,SOLR_DEFAULT_CONFIG_SET
is hard code in case use user config.The text was updated successfully, but these errors were encountered: