feat: meili health
This commit is contained in:
parent
038f89c160
commit
43e6e5faf6
|
|
@ -55,7 +55,9 @@ class AppServiceProvider extends ServiceProvider
|
|||
HorizonCheck::new(),
|
||||
OptimizedAppCheck::new(),
|
||||
DebugModeCheck::new(),
|
||||
MeilisearchCheck::new()->url('http://meilisearch:7700')
|
||||
MeilisearchCheck::new()
|
||||
->url('http://meilisearch:7700/health')
|
||||
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue