Make meilisearch volume location configurable eith env
This commit is contained in:
parent
7cdeec79e5
commit
30c6a2f881
@ -30,7 +30,7 @@ services:
|
||||
ports:
|
||||
- "127.0.0.1:${PORT:-109}8:7700"
|
||||
volumes:
|
||||
- ./meili_data:/meili_data
|
||||
- "${MEILI_VOLUME_PATH:-./meili_data}:/meili_data"
|
||||
environment:
|
||||
MEILI_ENV: development
|
||||
MEILI_MASTER_KEY: ${MEILISEARCH_MASTER_KEY:-qwerty}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user