From fd78f0f7dfabfb73a49359c4756cd089fa652a0c Mon Sep 17 00:00:00 2001 From: harsh mahajan Date: Thu, 9 Apr 2026 17:13:54 +0530 Subject: [PATCH] fix(installer): add missing worker-executions service to compose template --- app/views/install/compose.phtml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index 741d085445..27a95c92ba 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -532,6 +532,35 @@ $hostPath = rtrim($this->getParam('hostPath', ''), '/'); - _APP_DB_ADAPTER - _APP_LOGGING_CONFIG + appwrite-worker-executions: + image: /: + entrypoint: worker-executions + <<: *x-logging + container_name: appwrite-worker-executions + restart: unless-stopped + networks: + - appwrite + depends_on: + redis: + condition: service_healthy + : + condition: service_healthy + environment: + - _APP_ENV + - _APP_WORKER_PER_CORE + - _APP_REDIS_HOST + - _APP_REDIS_PORT + - _APP_REDIS_USER + - _APP_REDIS_PASS + - _APP_DB_ADAPTER + - _APP_DB_HOST + - _APP_DB_PORT + - _APP_DB_SCHEMA + - _APP_DB_USER + - _APP_DB_PASS + - _APP_DB_ADAPTER + - _APP_LOGGING_CONFIG + appwrite-worker-functions: image: /: entrypoint: worker-functions