mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
chore: Add docs for Meilisearch setup
This commit is contained in:
parent
34faf28088
commit
04ff66ad8b
2 changed files with 20 additions and 0 deletions
|
|
@ -35,6 +35,17 @@ services:
|
|||
restart: unless-stopped
|
||||
networks:
|
||||
- lysand-net
|
||||
meilisearch:
|
||||
stdin_open: true
|
||||
environment:
|
||||
- MEILI_MASTER_KEY=add_your_key_here
|
||||
tty: true
|
||||
networks:
|
||||
- lysand-net
|
||||
volumes:
|
||||
- ./meili-data:/meili_data
|
||||
image: getmeili/meilisearch:v1.5
|
||||
container_name: lysand-meilisearch
|
||||
|
||||
networks:
|
||||
lysand-net:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue