mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Change localhost to meilisearch on the healthcheck
Co-authored-by: tam1m <tam1m@users.noreply.github.com>
This commit is contained in:
parent
55ddbf72d9
commit
939aaed64d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user