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
2 changed files with 2 additions and 0 deletions
+1
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:
+1
View File
@@ -722,6 +722,7 @@ services:
<<: *x-logging
stop_signal: SIGINT
image: openruntimes/executor:0.4.3
restart: unless-stopped
networks:
- appwrite
- runtimes