Last active
March 12, 2024 22:39
-
-
Save dmouse/0e3829b0c6d8c5ddb57b071ff6ab9ad6 to your computer and use it in GitHub Desktop.
lando dev meilisearch service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#... | |
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