Change localhost to meilisearch on the healthcheck (#384)

This commit is contained in:
Zoe Roux 2024-04-06 16:35:33 +02:00 committed by GitHub
commit e07523f612
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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