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