devilbox icon indicating copy to clipboard operation
devilbox copied to clipboard

Add support for Meilisearch

Open folkevil opened this issue 3 years ago • 4 comments

ISSUE TYPE

  • Feature request

SUMMARY

Add support for Meilisearch on default setting

folkevil avatar Oct 22 '21 04:10 folkevil

@folkevil can you add some details on what the requirements/settings would be to support it "on default settings"

cytopia avatar Jan 26 '22 11:01 cytopia

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.

stale[bot] avatar Apr 27 '22 17:04 stale[bot]

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

minhchu avatar Jul 29 '22 14:07 minhchu

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

cytopia avatar Jul 29 '22 14:07 cytopia

Was merged in: https://github.com/cytopia/devilbox/pull/910

cytopia avatar Dec 26 '22 17:12 cytopia