Can someone point me to a NGINX Reverse Proxy container how to for podman or tell how to set it up? Most of the docs I find are for docker. Ideally I would like Nginx to act as the proxy so I can have multiple contains on my host nginx would proxy to the proper container base based on url. Keep in mind this is for internal use to my private netowrk. I currently only have 1 contain but plan to add more.
For example I have a container for my home page home.xxx. I would nginx to proxy to my home page home so I don't have to type home.foo.org:8081
Any help is appreciated.