Iam new to Ansible AWX and would like to know about what is the Web Server engine being used by AWX when we install it via docker compose ? Is it Nginx and if yes could you please provde some details how we check on it w.r.t configuration files etc . port being used ?
It’s in /etc/nginx/nginx.conf in the awx container AWX. The ports vary in the container and on the host machine. You can get the mapping of ports from container to host using docker ps command under ports column.
Thanks for reply i have below containers . Could you let me know the container name where i can see this nginx.conf file ? Is it awx_task container or awx_web container ?
sudo docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
184c0535ced4 ansible/awx:12.0.0 “tini – /usr/bin/la…” 9 days ago Up 9 days 8052/tcp awx_task
437cca2a49db ansible/awx:12.0.0 “tini – /bin/sh -c …” 9 days ago Up 9 days 0.0.0.0:80->8052/tcp awx_web
e229415801ec postgres:10 “docker-entrypoint.s…” 9 days ago Up 9 days 5432/tcp awx_postgres
aab3c9938962 redis “docker-entrypoint.s…” 9 days ago Up 9 days 6379/tcp awx_redis