Add missing specs and update executor

This commit is contained in:
Bradley Schofield 2024-08-07 17:08:51 +09:00
parent 9da682ec48
commit 2926ae281a
2 changed files with 21 additions and 1 deletions

View file

@ -28,4 +28,24 @@ return [
'memory' => 4096,
'cpus' => 2
],
Specification::S_4VCPU_4GB => [
'slug' => 's-4vcpu-4gb',
'memory' => 4096,
'cpus' => 4
],
Specification::S_4VCPU_8GB => [
'slug' => 's-4vcpu-8gb',
'memory' => 8192,
'cpus' => 4
],
Specification::S_8VCPU_4GB => [
'slug' => 's-8vcpu-4gb',
'memory' => 4096,
'cpus' => 8
],
Specification::S_8VCPU_8GB => [
'slug' => 's-8vcpu-8gb',
'memory' => 8192,
'cpus' => 8
]
];

View file

@ -833,7 +833,7 @@ services:
hostname: exc1
<<: *x-logging
stop_signal: SIGINT
image: openruntimes/executor:0.5.5
image: openruntimes/executor:0.5.7
restart: unless-stopped
networks:
- appwrite