Add more ram to replicate-db

This commit is contained in:
Alex 2022-06-01 13:21:32 +02:00
parent 2130407a0f
commit 53309d3845
Signed by: lx
GPG key ID: 0E496D15096376BE

View file

@ -52,7 +52,7 @@ job "im" {
task "synapse" {
driver = "docker"
config {
image = "lxpz/amd64_synapse:1.49.2-3"
image = "lxpz/amd64_synapse:1.49.2-4"
ports = [ "http" ]
command = "python"
@ -157,7 +157,7 @@ EOH
}
resources {
memory = 100
memory = 250
cpu = 100
}
}