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.
12 lines
384 B
12 lines
384 B
meilisearch:
|
|
image: 'getmeili/meilisearch:latest'
|
|
ports:
|
|
- '${FORWARD_MEILISEARCH_PORT:-7700}:7700'
|
|
volumes:
|
|
- 'sailmeilisearch:/data.ms'
|
|
networks:
|
|
- sail
|
|
healthcheck:
|
|
test: ["CMD", "wget", "--no-verbose", "--spider", "http://localhost:7700/health"]
|
|
retries: 3
|
|
timeout: 5s
|