From 93efdbcae143db8a6ea3debb9bf50178f53052b4 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Fri, 25 Feb 2022 13:50:11 +0000 Subject: [PATCH] Remove duplicate appwrite-executor --- app/views/install/compose.phtml | 69 --------------------------------- 1 file changed, 69 deletions(-) diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index f3327ac2c..ee0d14a65 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -355,75 +355,6 @@ services: - _APP_EXECUTOR_SECRET - _APP_USAGE_STATS - appwrite-executor: - container_name: appwrite-executor - entrypoint: executor - stop_signal: SIGINT - image: /: - networks: - appwrite: - runtimes: - volumes: - - /var/run/docker.sock:/var/run/docker.sock - - appwrite-functions:/storage/functions:rw - - /tmp:/tmp:rw - - ./app:/usr/src/code/app - - ./src:/usr/src/code/src - - ./dev:/usr/local/dev - depends_on: - - redis - - mariadb - environment: - - _APP_ENV - - _APP_OPENSSL_KEY_V1 - - _APP_REDIS_HOST - - _APP_REDIS_PORT - - _APP_REDIS_USER - - _APP_REDIS_PASS - - _APP_DB_HOST - - _APP_DB_PORT - - _APP_DB_SCHEMA - - _APP_DB_USER - - _APP_DB_PASS - - _APP_FUNCTIONS_TIMEOUT - - _APP_FUNCTIONS_BUILD_TIMEOUT - - _APP_FUNCTIONS_CONTAINERS - - _APP_FUNCTIONS_RUNTIMES - - _APP_FUNCTIONS_CPUS - - _APP_FUNCTIONS_MEMORY - - _APP_FUNCTIONS_MEMORY_SWAP - - _APP_EXECUTOR_SECRET - - _APP_USAGE_STATS - - _APP_STATSD_HOST - - _APP_STATSD_PORT - - _APP_LOGGING_PROVIDER - - _APP_LOGGING_CONFIG - - DOCKERHUB_PULL_USERNAME - - DOCKERHUB_PULL_PASSWORD - - appwrite-worker-mails: - image: /: - entrypoint: worker-mails - container_name: appwrite-worker-mails - restart: unless-stopped - networks: - - appwrite - depends_on: - - redis - environment: - - _APP_ENV - - _APP_SYSTEM_EMAIL_NAME - - _APP_SYSTEM_EMAIL_ADDRESS - - _APP_REDIS_HOST - - _APP_REDIS_PORT - - _APP_REDIS_USER - - _APP_REDIS_PASS - - _APP_SMTP_HOST - - _APP_SMTP_PORT - - _APP_SMTP_SECURE - - _APP_SMTP_USERNAME - - _APP_SMTP_PASSWORD - appwrite-maintenance: image: /: entrypoint: maintenance