mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
updated
This commit is contained in:
+9
-3
@@ -688,12 +688,18 @@ services:
|
||||
depends_on:
|
||||
redis:
|
||||
condition: service_started
|
||||
${_APP_DB_HOST:-mongodb}
|
||||
- postgresql:
|
||||
|
||||
${_APP_DB_HOST:-mongodb}:
|
||||
condition: service_started
|
||||
|
||||
postgresql:
|
||||
condition: service_started
|
||||
|
||||
openruntimes-executor:
|
||||
condition: service_healthy
|
||||
- ollama
|
||||
|
||||
ollama:
|
||||
condition: service_started
|
||||
environment:
|
||||
- _APP_ENV
|
||||
- _APP_WORKER_PER_CORE
|
||||
|
||||
Reference in New Issue
Block a user