devilbox
devilbox copied to clipboard
Add support for Meilisearch
ISSUE TYPE
- Feature request
SUMMARY
Add support for Meilisearch on default setting
@folkevil can you add some details on what the requirements/settings would be to support it "on default settings"
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi @cytopia I think the default installation of meilisearch is enough.
Or is there any guidance for adding meilisearch to devilbox so I can open a PR
Or is there any guidance for adding meilisearch to devilbox so I can open a PR
Nothing in written form as of yet, but generally you will need to address three parts:
- You can add the compose overwrite file here: https://github.com/cytopia/devilbox/tree/master/compose
- Append the contents to the "all" file as well: https://github.com/cytopia/devilbox/blob/master/compose/docker-compose.override.yml-all
- Add the appropriate documentation here: https://github.com/cytopia/devilbox/tree/master/docs/custom-container
Was merged in: https://github.com/cytopia/devilbox/pull/910