mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Add a healthcheck for meilisearch
This commit is contained in:
parent
b28bf5803d
commit
baa78b9417
@ -112,6 +112,11 @@ services:
|
||||
- MEILI_ENV=development
|
||||
env_file:
|
||||
- .env
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:7700"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
||||
volumes:
|
||||
kyoo:
|
||||
|
@ -82,6 +82,11 @@ services:
|
||||
- MEILI_ENV=production
|
||||
env_file:
|
||||
- .env
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:7700"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
||||
volumes:
|
||||
kyoo:
|
||||
|
@ -81,6 +81,11 @@ services:
|
||||
- MEILI_ENV=production
|
||||
env_file:
|
||||
- .env
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:7700"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
||||
volumes:
|
||||
kyoo:
|
||||
|
Loading…
x
Reference in New Issue
Block a user