mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Merge pull request #7729 from appwrite/feat-new-runtimes
chore: update exector, runtimes
This commit is contained in:
commit
b4a2bb9a1f
2 changed files with 2 additions and 2 deletions
|
|
@ -691,7 +691,7 @@ services:
|
|||
<<: *x-logging
|
||||
restart: unless-stopped
|
||||
stop_signal: SIGINT
|
||||
image: openruntimes/executor:0.4.5
|
||||
image: openruntimes/executor:0.4.9
|
||||
networks:
|
||||
- appwrite
|
||||
- runtimes
|
||||
|
|
|
|||
|
|
@ -850,7 +850,7 @@ services:
|
|||
hostname: appwrite-executor
|
||||
<<: *x-logging
|
||||
stop_signal: SIGINT
|
||||
image: openruntimes/executor:0.4.5
|
||||
image: openruntimes/executor:0.4.9
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- appwrite
|
||||
|
|
|
|||
Loading…
Reference in a new issue