-
Notifications
You must be signed in to change notification settings - Fork 348
Update Meilisearch 1.35.1 and fix Cyberchef logo #722
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
base: canary
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,12 +2,11 @@ version: "3.8" | |
|
|
||
| services: | ||
| meilisearch: | ||
| image: getmeili/meilisearch:v1.8.3 | ||
| image: getmeili/meilisearch:v1.35.1 | ||
|
||
| volumes: | ||
| - meili_data:/meili_data | ||
| environment: | ||
| MEILI_MASTER_KEY: ${MEILI_MASTER_KEY} | ||
| MEILI_ENV: ${MEILI_ENV} | ||
|
|
||
| volumes: | ||
| meili_data: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,5 +11,4 @@ port = 7_700 | |
| host = "${main_domain}" | ||
|
|
||
| [config.env] | ||
| MEILI_ENV = "development" | ||
| MEILI_MASTER_KEY = "${master_key}" | ||
| MEILI_MASTER_KEY = "${master_key}" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. File is missing trailing newline at end of file. Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! |
||
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.
Missing
restartpolicy. According to AGENTS.md guidelines, all services MUST includerestart: unless-stoppedorrestart: always.Context Used: Context from
dashboard- AGENTS.md (source)