diff --git a/.env b/.env index d4e60bdd6..2a64fc5fb 100644 --- a/.env +++ b/.env @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 837b1f569..81d335aa3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -37,7 +37,7 @@ services: entrypoint: - docker-entrypoint.sh - solr-precreate - - arclight + - blacklight-core - /opt/solr/conf - "-Xms256m" - "-Xmx512m"