From 970c586c768931353e2a44ea7a3b94e701dbec4f Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Tue, 5 Sep 2023 16:43:59 -0700 Subject: [PATCH] Change executor hostname back to appwrite-executor --- 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 817edef23..7a97ab20d 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -594,7 +594,7 @@ services: openruntimes-executor: container_name: openruntimes-executor - hostname: executor + hostname: appwrite-executor <<: *x-logging stop_signal: SIGINT image: openruntimes/executor:0.3.5 diff --git a/docker-compose.yml b/docker-compose.yml index b27c3581a..37a22b417 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -690,7 +690,7 @@ services: openruntimes-executor: container_name: openruntimes-executor - hostname: executor + hostname: appwrite-executor <<: *x-logging stop_signal: SIGINT image: openruntimes/executor:0.3.5 @@ -754,7 +754,7 @@ services: - OPR_PROXY_LOGGING_PROVIDER=$_APP_LOGGING_PROVIDER - OPR_PROXY_LOGGING_CONFIG=$_APP_LOGGING_CONFIG - OPR_PROXY_ALGORITHM=random - - OPR_PROXY_EXECUTORS=executor + - OPR_PROXY_EXECUTORS=appwrite-executor - OPR_PROXY_HEALTHCHECK_INTERVAL=10000 - OPR_PROXY_MAX_TIMEOUT=600 - OPR_PROXY_HEALTHCHECK=enabled