Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions devops/stacks/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ services:
solr:
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-feature-ai-rag}
command:
- solr-precreate
- plone
- /plone-config
- solr-update-core-and-start
environment:
SOLR_MODULES: extraction
SOLR_OPTS: "-Dsolr.tika.url=http://${STACK_NAME}-tika:9998"
Expand Down
4 changes: 1 addition & 3 deletions devops/stacks/persistent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ services:
solr:
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-feature-ai-rag}
command:
- solr-precreate
- plone
- /plone-config
- solr-update-core-and-start
environment:
SOLR_MODULES: extraction
SOLR_OPTS: "-Dsolr.tika.url=http://${STACK_NAME}-tika:9998"
Expand Down
4 changes: 1 addition & 3 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ x-solr: &solr
ports:
- 8983:8983
command:
- solr-precreate
- plone
- /plone-config
- solr-update-core-and-start
environment:
SOLR_MODULES: extraction

Expand Down
1 change: 1 addition & 0 deletions news/+solr-update-core-not-overridden.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Stop overriding the Solr image `CMD` with `solr-precreate`, so config updates reach an existing core (kitconcept/kitconcept.solr#107). @reekitconcept
Loading