mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge pull request #6952 from appwrite/feat-upgrade-executor
Feat: Upgrade executor
This commit is contained in:
commit
5403df059f
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue