so, little new here... maybe I don't know what I need to be asking.... but here goes...
I have mutiple containers running... all on different ports... redirecting their internal port (80->8080) example....
how do I configure mapping a host in my network... running another application:
Internet traffic ports 80/443 directed to 192.168.1.100
Container 1 runs on port 8080 on 192.168.1.100
Container 2 runs on port 8081 on 192.168.1.100
Container 3 runs on port 8082 on 192.168.1.100
Container 4 runs on port 8090 on 192.168.1.101
Container 5 runs on port 8091 on 192.168.1.101
I need :
8080 to resolve to app1.mydomain.com
8081 to resolve to app2...
8082 to resolve to app3...
8090 to resolve to app4...
8091 to resolve to app5...
I am not sure where I can make these changes, or what this specifically is called....
any help would be greatly appreciated.
I am hosting on cloudflare so....
thanks for any assistance anyone can provide.