Use environment flag to allow all network IPs in tests#867
Conversation
📝 WalkthroughWalkthroughUpdated Meilisearch image in Docker Compose and added the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@docker-compose.yml`:
- Around line 20-23: Replace the misspelled Meilisearch environment variable in
the docker-compose service: change MEILI_EXPERIMENTAL_ALLOWED_IP_NETWORKS to the
correct MEILI_EXPERIMENTAL_ALLOW_IP_NETWORKS and keep the value "any" (this is
in the environment block where MEILI_MASTER_KEY and MEILI_NO_ANALYTICS are
defined).
Pull Request
What
Fixes #865
How
Start Meilisearch by allowing any IP to be registered in the network
PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!
Summary by CodeRabbit
Chores
Tests