Ensure openruntimes-executor restarts after a server reboot

Every other service restarts automatically after a server reboot so
the openruntimes-executor should too. Otherwise, function executions
will fail as the executor is unavailable.
This commit is contained in:
Steven Nguyen
2023-10-05 14:25:50 -07:00
parent 2019552a47
commit 623b2f97da
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