I used awx_task and awx_web along with docker-compose
docker ps
awx_task:latest is running port 8052/tcp
awx_web:latest is running port 0.0.0.0:80 → 8052/tcp
rabbitmg:3 running port 4369/tcp, 5671-5672/tcp
mencached:alpine running ports 11211/tcp
postgres:9.6 running 5432/tcp
I have to use elinks to access awx
http://localhost
I don’t get a login page but I get the following:
Your session will expire in 60 seconds, would you like to continue>
Cancel
OK
x
OK
Set how many days of data should be retained.
Please enter an interger that is not negative that is lower than 9999
.
.
.
working
I don’t see any errors in the logs and tops shows daphne taking all the cpu?
How can I get a login prompt and how do i allow other system besides localhost to connect.
thanks