You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
|