Merge pull request #6952 from appwrite/feat-upgrade-executor

Feat: Upgrade executor
This commit is contained in:
Christy Jacob 2023-10-19 17:18:29 +04:00 committed by GitHub
commit 5403df059f
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:
<<: *x-logging <<: *x-logging
restart: unless-stopped restart: unless-stopped
stop_signal: SIGINT stop_signal: SIGINT
image: openruntimes/executor:0.4.4 image: openruntimes/executor:0.4.5
networks: networks:
- appwrite - appwrite
- runtimes - runtimes

View file

@ -722,7 +722,7 @@ services:
hostname: appwrite-executor hostname: appwrite-executor
<<: *x-logging <<: *x-logging
stop_signal: SIGINT stop_signal: SIGINT
image: openruntimes/executor:0.4.4 image: openruntimes/executor:0.4.5
restart: unless-stopped restart: unless-stopped
networks: networks:
- appwrite - appwrite