mirror of
https://github.com/appwrite/appwrite
synced 2026-05-05 22:38:37 +00:00
Merge pull request #6490 from appwrite/fix-6442-executor-restart
Ensure openruntimes-executor restarts after a server reboot
This commit is contained in:
commit
970461c509
2 changed files with 2 additions and 0 deletions
|
|
@ -666,6 +666,7 @@ services:
|
|||
container_name: openruntimes-executor
|
||||
hostname: appwrite-executor
|
||||
<<: *x-logging
|
||||
restart: unless-stopped
|
||||
stop_signal: SIGINT
|
||||
image: openruntimes/executor:0.4.3
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -722,6 +722,7 @@ services:
|
|||
<<: *x-logging
|
||||
stop_signal: SIGINT
|
||||
image: openruntimes/executor:0.4.3
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- appwrite
|
||||
- runtimes
|
||||
|
|
|
|||
Loading…
Reference in a new issue