Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixups including ddev-generated #5

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

rfay
Copy link
Member

@rfay rfay commented Jun 21, 2023

This is just some minor things I ran across

@@ -91,7 +91,7 @@ runs a single Solr node.
1. Enable the `search_api_solr_admin` module. (This sub-module is included in Search API Solr >= 4.2.1)
2. Create a search server using the Solr backend and select `Solr Cloud with Basic Auth` as connector:
* HTTP protocol: `http`
* Solr node: `ddev-<project>-solr` (Replace <project> by your project's name.)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fully qualified name is not required any more.

@@ -21,14 +21,14 @@
# - press the "Upload Configset" button.
# - set the number of shards to "1" and press "Upload"

version: '3.6'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version is obsolete in docker-compose

@@ -21,14 +21,14 @@
# - press the "Upload Configset" button.
# - set the number of shards to "1" and press "Upload"

version: '3.6'
#ddev-generated
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#ddev-generated allows ddev get to overwrite this.

services:
solr:
image: solr:8.11.2
image: solr:8.11
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO using the moving version means less maintenance required by you.

@mkalkbrenner mkalkbrenner merged commit 22fef16 into ddev:main Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants