mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix: remove invalid YAML condition syntax in docker-compose.yml
The appwrite-worker-functions depends_on section mixed list format (- redis) with mapping format (condition: service_healthy), causing a YAML parse error at line 696 that prevented docker compose from starting, failing all CI checks. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
8861a489ec
commit
32c617a149
@@ -693,7 +693,6 @@ services:
|
||||
depends_on:
|
||||
- ${_APP_DB_HOST:-mariadb}
|
||||
- redis
|
||||
condition: service_healthy
|
||||
environment:
|
||||
- _APP_ENV
|
||||
- _APP_WORKER_PER_CORE
|
||||
|
||||
Reference in New Issue
Block a user