Update meilisearch healthcheck

This commit is contained in:
Zoe Roux 2023-12-08 12:29:27 +01:00
parent 2c465d5249
commit 869c6fac12
3 changed files with 3 additions and 3 deletions

View File

@ -113,7 +113,7 @@ services:
env_file:
- .env
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:7700"]
test: ["CMD", "wget", "--no-verbose", "--spider", "http://localhost:7700/health"]
interval: 10s
timeout: 5s
retries: 5

View File

@ -83,7 +83,7 @@ services:
env_file:
- .env
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:7700"]
test: ["CMD", "wget", "--no-verbose", "--spider", "http://localhost:7700/health"]
interval: 10s
timeout: 5s
retries: 5

View File

@ -82,7 +82,7 @@ services:
env_file:
- .env
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:7700"]
test: ["CMD", "wget", "--no-verbose", "--spider", "http://localhost:7700/health"]
interval: 10s
timeout: 5s
retries: 5