-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conversation
@@ -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.) |
There was a problem hiding this comment.
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' |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
This is just some minor things I ran across