I am running docker containers within my network with each container having its own static IP address and a port number.
Example> container 1 would be IP address “1.2.3.4:5678” and name would be “math.mydomain.org”
The IP address is madeup for illustration and is internal to my local LAN.
I access these docker containers using a web interface where i type in
http://1.2.3.4:5678
Instead, i would like to type in http://math.mydomain.org
How to do this?
I also have Adguard Home running
I have a lot of containers so it is easier to reach them by name.
I used to do this using HAProxy inside of Pfsense and it worked great.
I don’t know if HAproxy is supported in X3000.
If so, could i bring in the HAproxy config file in X3000 running HAproxy?
If not HAproxy, is there another proxy or something else to do this?