Skip to content

Commit

Permalink
Moving to blacklight-core for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dl-maura committed Dec 13, 2023
1 parent fd492ac commit 1d2fcd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ ALPINE_RUBY_VERSION=3.2.2
RAILS_VERSION=7.1.2
VIEW_COMPONENT_VERSION=3.8.0
SOLR_PORT=8983
SOLR_URL=http://solr:8983/solr/arclight
SOLR_URL=http://solr:8983/solr/blacklight-core
SOLR_VERSION=latest
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
entrypoint:
- docker-entrypoint.sh
- solr-precreate
- arclight
- blacklight-core
- /opt/solr/conf
- "-Xms256m"
- "-Xmx512m"

0 comments on commit 1d2fcd2

Please sign in to comment.