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