What are the TCP Ports 6899, 8080 and 8888 are used for in AWX?

Hello,

I have setup a development environment of AWX 19.1.0 using docker-compose. The docker-compose.yml template exposes the TCP ports 6899, 8080 and 8888 bside the http and https port. The port 8888 is used for Jupyter notebook, the port 8080 is unused as one can see from the comment at the end of the line, but tcp port 6899 has no comment.

Any ideas?

Thanks and best regards

Jens

Hi Jens,

Port 6899 is used for a remote debugger called sdb, which defaults to port 6899. There are some AWX docs for using this debugger here, though the port ranges in the comment need to be updated.

This is the project: https://pypi.org/project/sdb/

Thanks,
Christian