Skip to content

Commit

Permalink
chore: update to use solr 8 image
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefilter committed Aug 12, 2024
1 parent cfd60fc commit 7333667
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
docker-compose up --detach
docker-compose run web bundle exec rails db:setup
docker-compose ps
docker-compose logs solr
- name: run rspec
run: docker-compose run web bundle exec rspec spec
- name: Stop docker services
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ services:
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'

solr:
image: uclalibrary/solr-ursus:7.4
image: uclalibrary/solr-ursus:2024-08-09
ports:
- '127.0.0.1:8983:8983'

solr_test:
image: uclalibrary/solr-ursus:7.4
image: uclalibrary/solr-ursus:2024-08-09
ports:
- '127.0.0.1:8985:8983'

Expand Down

0 comments on commit 7333667

Please sign in to comment.