mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Add meilisearch to the back dependencies
This commit is contained in:
parent
ee3eed6c23
commit
b28bf5803d
@ -13,6 +13,8 @@ services:
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
meilisearch:
|
||||
condition: service_healthy
|
||||
volumes:
|
||||
- ./back:/app
|
||||
- /app/out/
|
||||
|
@ -10,6 +10,8 @@ services:
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
meilisearch:
|
||||
condition: service_healthy
|
||||
volumes:
|
||||
- kyoo:/kyoo
|
||||
|
||||
|
@ -9,6 +9,8 @@ services:
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
meilisearch:
|
||||
condition: service_healthy
|
||||
volumes:
|
||||
- kyoo:/kyoo
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user