Separate haproxy frontends betwwen public and internal network interfaces

This commit is contained in:
Lauren Lagarde 2025-08-05 00:17:04 -05:00
parent f2c160acc8
commit 5d73e63cba

View file

@ -27,8 +27,14 @@
virtualisation.oci-containers.containers.haproxy = {
image = "haproxy:2.6-alpine";
ports = [
"80:80"
"443:443"
"68.183.54.8:80:80"
"68.183.54.8:443:443"
"[2604:a880:800:10::d60:9001]:80:80"
"[2604:a880:800:10::d60:9001]:443:443"
"10.86.84.1:80:5080"
"10.86.84.1:443:5443"
"8448:8448"
"9980:9980"
];