aboutsummaryrefslogtreecommitdiff
path: root/app/im
diff options
context:
space:
mode:
Diffstat (limited to 'app/im')
-rw-r--r--app/im/deploy/im.hcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl
index 48181b7..f90dd27 100644
--- a/app/im/deploy/im.hcl
+++ b/app/im/deploy/im.hcl
@@ -15,7 +15,7 @@ job "im" {
driver = "docker"
config {
- image = "particallydone/amd64_synapse:v41"
+ image = "superboum/amd64_synapse:v42"
network_mode = "host"
readonly_rootfs = true
ports = [ "client_port", "federation_port" ]
@@ -162,8 +162,8 @@ job "im" {
}
resources {
- memory = 500
- cpu = 1000
+ memory = 250
+ cpu = 100
}
service {
@@ -220,7 +220,7 @@ job "im" {
task "server" {
driver = "docker"
config {
- image = "particallydone/amd64_riotweb:v20"
+ image = "superboum/amd64_riotweb:v21"
ports = [ "web_port" ]
volumes = [
"secrets/config.json:/srv/http/config.json"