1
0
Fork 0
mirror of synced 2024-06-14 16:54:52 +12:00

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-04 10:13:39 -07:00
parent 2019552a47
commit 623b2f97da
No known key found for this signature in database
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