1
0
Fork 0
mirror of synced 2024-07-02 13:10:38 +12:00

Merge pull request #6476 from appwrite/fix-upgrade-executor

Fix: Upgrade executor
This commit is contained in:
Eldad A. Fux 2023-10-05 21:56:48 +03:00 committed by GitHub
commit 2019552a47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -667,7 +667,7 @@ services:
hostname: appwrite-executor hostname: appwrite-executor
<<: *x-logging <<: *x-logging
stop_signal: SIGINT stop_signal: SIGINT
image: openruntimes/executor:0.4.2 image: openruntimes/executor:0.4.3
networks: networks:
- appwrite - appwrite
- runtimes - runtimes

View file

@ -721,7 +721,7 @@ services:
hostname: appwrite-executor hostname: appwrite-executor
<<: *x-logging <<: *x-logging
stop_signal: SIGINT stop_signal: SIGINT
image: openruntimes/executor:0.4.2 image: openruntimes/executor:0.4.3
networks: networks:
- appwrite - appwrite
- runtimes - runtimes