1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

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
restart: unless-stopped
stop_signal: SIGINT
image: openruntimes/executor:0.4.4
image: openruntimes/executor:0.4.5
networks:
- appwrite
- runtimes

View file

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