Change localhost to meilisearch on the healthcheck

Co-authored-by: tam1m <tam1m@users.noreply.github.com>
This commit is contained in:
Zoe Roux 2024-04-06 16:00:14 +02:00
parent 55ddbf72d9
commit 939aaed64d
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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