No login page

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

elinks as in the text based web browser? That’s probably not going to work out very well.

It looks like awx_web is bound to 0.0.0.0:80 so you should be good to route traffic to whatever system is running the service assuming your firewall rules allow it.

Not sure why daphne is eating so much cpu. I will say that using docker-compose for the production build is not something we have available for our official installation so it’s going to be hard to help you. Maybe you could try a normal deployment and we can see what’s going on?