Skip to content

Instantly share code, notes, and snippets.

@dmouse
Last active March 12, 2024 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmouse/0e3829b0c6d8c5ddb57b071ff6ab9ad6 to your computer and use it in GitHub Desktop.
Save dmouse/0e3829b0c6d8c5ddb57b071ff6ab9ad6 to your computer and use it in GitHub Desktop.
lando dev meilisearch service
#...
proxy:
meilisearch:
- search.project.lndo.site:7700
services:
meilisearch:
type: compose
app_mount: false
ssl: true
sslExpose: false
services:
environment:
- MEILI_MASTER_KEY=MyUltraSecretKey
image: getmeili/meilisearch:v1.6
command: meilisearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment