1
0
Fork 0
mirror of synced 2024-09-28 15:31:43 +12:00

Change executor hostname back to appwrite-executor

This commit is contained in:
Steven Nguyen 2023-09-05 16:43:59 -07:00
parent 53b1c87c6e
commit 970c586c76
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -594,7 +594,7 @@ services:
openruntimes-executor: openruntimes-executor:
container_name: openruntimes-executor container_name: openruntimes-executor
hostname: executor hostname: appwrite-executor
<<: *x-logging <<: *x-logging
stop_signal: SIGINT stop_signal: SIGINT
image: openruntimes/executor:0.3.5 image: openruntimes/executor:0.3.5

View file

@ -690,7 +690,7 @@ services:
openruntimes-executor: openruntimes-executor:
container_name: openruntimes-executor container_name: openruntimes-executor
hostname: executor hostname: appwrite-executor
<<: *x-logging <<: *x-logging
stop_signal: SIGINT stop_signal: SIGINT
image: openruntimes/executor:0.3.5 image: openruntimes/executor:0.3.5
@ -754,7 +754,7 @@ services:
- OPR_PROXY_LOGGING_PROVIDER=$_APP_LOGGING_PROVIDER - OPR_PROXY_LOGGING_PROVIDER=$_APP_LOGGING_PROVIDER
- OPR_PROXY_LOGGING_CONFIG=$_APP_LOGGING_CONFIG - OPR_PROXY_LOGGING_CONFIG=$_APP_LOGGING_CONFIG
- OPR_PROXY_ALGORITHM=random - OPR_PROXY_ALGORITHM=random
- OPR_PROXY_EXECUTORS=executor - OPR_PROXY_EXECUTORS=appwrite-executor
- OPR_PROXY_HEALTHCHECK_INTERVAL=10000 - OPR_PROXY_HEALTHCHECK_INTERVAL=10000
- OPR_PROXY_MAX_TIMEOUT=600 - OPR_PROXY_MAX_TIMEOUT=600
- OPR_PROXY_HEALTHCHECK=enabled - OPR_PROXY_HEALTHCHECK=enabled