Merge pull request #6490 from appwrite/fix-6442-executor-restart

Ensure openruntimes-executor restarts after a server reboot
This commit is contained in:
Eldad A. Fux 2023-10-09 17:27:15 +02:00 committed by GitHub
commit 970461c509
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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:

View file

@ -722,6 +722,7 @@ services:
<<: *x-logging
stop_signal: SIGINT
image: openruntimes/executor:0.4.3
restart: unless-stopped
networks:
- appwrite
- runtimes