From 79616049d07e3669268b1330ffa0fab6a5a0af83 Mon Sep 17 00:00:00 2001 From: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com> Date: Fri, 17 May 2024 15:03:00 +0530 Subject: [PATCH] Update executor image name --- app/views/install/compose.phtml | 2 +- docker-compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index 53e7e71518..711b46733f 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -727,7 +727,7 @@ services: openruntimes-executor: container_name: openruntimes-executor - hostname: appwrite-executor + hostname: exc1 <<: *x-logging restart: unless-stopped stop_signal: SIGINT diff --git a/docker-compose.yml b/docker-compose.yml index d270074412..0ce4ab6d7d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -847,7 +847,7 @@ services: openruntimes-executor: container_name: openruntimes-executor - hostname: appwrite-executor + hostname: exc1 <<: *x-logging stop_signal: SIGINT image: openruntimes/executor:0.4.12 @@ -913,7 +913,7 @@ services: - OPR_PROXY_LOGGING_PROVIDER=$_APP_LOGGING_PROVIDER - OPR_PROXY_LOGGING_CONFIG=$_APP_LOGGING_CONFIG - OPR_PROXY_ALGORITHM=random - - OPR_PROXY_EXECUTORS=appwrite-executor + - OPR_PROXY_EXECUTORS=exc1 - OPR_PROXY_HEALTHCHECK_INTERVAL=10000 - OPR_PROXY_MAX_TIMEOUT=600 - OPR_PROXY_HEALTHCHECK=enabled