Changing IP name convention in firewall rules defintions

This commit is contained in:
2022-09-27 06:35:27 +00:00
parent 6256ed68a1
commit 1e657cd80b
4 changed files with 23 additions and 156 deletions

View File

@@ -73,7 +73,7 @@
},
{
"IMAGE": "registry.format.hu/nginx:1.21",
"NAME": "smarthost_backend1-zc93hhth",
"NAME": "smarthost_backend-1",
"ROLES": "smarthost-backend-proxy",
"MEMORY": "64M",
"IP": "172.18.104.2",
@@ -117,11 +117,11 @@
"START_ON_BOOT": "true",
"CMD": "null",
"PRE_START": "null",
"POST_START": [ "firewall-backend1" ]
"POST_START": [ "firewall-backend" ]
},
{
"IMAGE": "registry.format.hu/nginx:1.21",
"NAME": "smarthost_backend2-g4rg38th",
"NAME": "smarthost_backend-2",
"ROLES": "smarthost-backend-proxy",
"MEMORY": "64M",
"IP": "172.18.105.2",
@@ -165,7 +165,7 @@
"START_ON_BOOT": "true",
"CMD": "null",
"PRE_START": "null",
"POST_START": [ "firewall-backend2" ]
"POST_START": [ "firewall-backend" ]
}
]
}