This commit is contained in:
GitBluub
2024-01-17 23:48:53 +01:00
committed by Clément Le Bihan
parent 2781276c12
commit 69329118f7
4 changed files with 14 additions and 12 deletions

View File

@@ -5,7 +5,6 @@ volumes:
scoro_logs:
meilisearch:
services:
back:
#platform: linux/amd64
@@ -22,7 +21,7 @@ services:
depends_on:
db:
condition: service_healthy
meilisearch:
condition: service_healthy
env_file:
@@ -93,15 +92,14 @@ services:
- "4567:4567"
meilisearch:
image: getmeili/meilisearch:v1.4
image: getmeili/meilisearch:v1.5
volumes:
- meilisearch:/meili_data
env_file:
- .env
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:7700/health"]
interval: 10s
timeout: 10s
retries: 5