diff --git a/letsencrypt.json b/letsencrypt.json index bdfd6e1..e5c619b 100644 --- a/letsencrypt.json +++ b/letsencrypt.json @@ -16,6 +16,7 @@ { "IMAGE": "registry.format.hu/letsencrypt:latest", "NAME": "letsencrypt", + "UPDATE": "true", "MEMORY": "64M", "IP": "172.18.254.254", "NETWORK": "letsencrypt", diff --git a/smarthost-proxy.json b/smarthost-proxy.json index 7395cbb..fef8a7b 100644 --- a/smarthost-proxy.json +++ b/smarthost-proxy.json @@ -30,6 +30,7 @@ { "IMAGE": "registry.format.hu/haproxy:2.5.4", "NAME": "smarthost_loadbalancer-27dhuwth", + "UPDATE": "true", "ROLES": "smarthost-frontend-proxy", "MEMORY": "128M", "IP": "172.18.103.2", @@ -75,6 +76,7 @@ { "IMAGE": "registry.format.hu/alpine/nginx:1.23", "NAME": "smarthost_backend-1", + "UPDATE": "true", "ROLES": "smarthost-backend-proxy", "MEMORY": "64M", "IP": "172.18.104.2", @@ -123,6 +125,7 @@ { "IMAGE": "registry.format.hu/alpine/nginx:1.23", "NAME": "smarthost_backend-2", + "UPDATE": "true", "ROLES": "smarthost-backend-proxy", "MEMORY": "64M", "IP": "172.18.105.2",