Hey All,
I’m frustrated with myself that Io have to ask what I think should be something I can figure out, but I’ve searched and tested different options and I just can’t get it:
How do I setup AWX (using the docker install) so that the UI is accessible from a public IP or URL? I’m installing it on a server where using http://localhost is not going to work.
One way I tried to work around the localhost is by setting up a reverse proxy using Nginx. Got that mostly working: everything except the websocket traffic is getting proxied correctly, but I need the websocket traffic… but that is another post topic
Is there a method of installing the docker container so that I can access from the servers public IP?
Thanks!