1
0
Fork 0
mirror of synced 2024-06-18 18:54:55 +12:00

Upgrade executor

This commit is contained in:
Matej Bačo 2023-10-19 11:54:56 +02:00
parent 8d9f0180a1
commit 20c37db8fc
2 changed files with 2 additions and 2 deletions

View file

@ -667,7 +667,7 @@ services:
<<: *x-logging <<: *x-logging
restart: unless-stopped restart: unless-stopped
stop_signal: SIGINT stop_signal: SIGINT
image: openruntimes/executor:0.4.4 image: openruntimes/executor:0.4.5
networks: networks:
- appwrite - appwrite
- runtimes - runtimes

View file

@ -722,7 +722,7 @@ services:
hostname: appwrite-executor hostname: appwrite-executor
<<: *x-logging <<: *x-logging
stop_signal: SIGINT stop_signal: SIGINT
image: openruntimes/executor:0.4.4 image: openruntimes/executor:0.4.5
restart: unless-stopped restart: unless-stopped
networks: networks:
- appwrite - appwrite