13 lines
346 B
Plaintext
13 lines
346 B
Plaintext
|
meilisearch:
|
||
|
image: 'getmeili/meilisearch:latest'
|
||
|
ports:
|
||
|
- '${FORWARD_MEILISEARCH_PORT:-7700}:7700'
|
||
|
volumes:
|
||
|
- 'sail-meilisearch:/meili_data'
|
||
|
networks:
|
||
|
- sail
|
||
|
healthcheck:
|
||
|
test: ["CMD", "wget", "--no-verbose", "--spider", "http://localhost:7700/health"]
|
||
|
retries: 3
|
||
|
timeout: 5s
|