Skip to content

Commit

Permalink
Add the service to run Solr8 in cloud mode
Browse files Browse the repository at this point in the history
  • Loading branch information
liseli committed Nov 16, 2023
1 parent 6546770 commit 0649dc5
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ services:
# # - indexer_net
# ports:
# - "8082:8082"
#solr6 image
solr-lss-dev:
container_name: solr-lss-dev
image: ghcr.io/hathitrust/lss-solr:unstable
Expand All @@ -63,6 +64,21 @@ services:
- SOLR_HEAP=4g
#volumes:
# - solr-lss-dev:/var/solr
#Solr8 cloud mode, see lss_solr_configs repository if you want to add dataLoader service
#solr-lss-dev:
# image: ghcr.io/hathitrust/full-text-search-embedded_zoo:example-8.11
# container_name: solr-lss-dev
# ports:
# - "8983:8983"
# volumes:
# - solr_data:/var/solr/data
# command: solr-foreground -c
# healthcheck:
# test: [ "CMD-SHELL", "solr healthcheck -c core-x" ]
# interval: 5s
# timeout: 10s
# start_period: 30s
# retries: 5
solr-sdr-catalog:
container_name: solr-sdr-catalog
image: ghcr.io/hathitrust/catalog-solr-sample
Expand All @@ -89,4 +105,5 @@ services:
solr-sdr-catalog:
condition: service_healthy
volumes:
tmp:
tmp:
solr_data:

0 comments on commit 0649dc5

Please sign in to comment.