mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-28 13:16:13 +01:00
13 lines
No EOL
331 B
YAML
13 lines
No EOL
331 B
YAML
version: '3'
|
|
services:
|
|
meilisearch:
|
|
image: getmeili/meilisearch:v1.0
|
|
ports:
|
|
- 7700:7700
|
|
env_file:
|
|
- ./api/.env
|
|
# environment:
|
|
# # needs a secure key, feel free to generate your own
|
|
# - MEILI_MASTER_KEY=WjRvKvpelIYHa4dlcDGsdT9c0CKRbY-4VcuCQ1iZPcc
|
|
volumes:
|
|
- ./meili_data:/meili_data |