Awx Jobs not running

,

I have 2 servers; 1st have internet access (Online) and 2nd doesn’t have internet access (Offline).

So I have installed and test awx on Online server which is working fine with docker compose.

I have moved all the images by creating tar file on Offline server and started the the awx.

when I am trying to test a playbook in offline server it is giving below error. Even if I am trying to add a project from Git I am getting the same error. Please anyone can guide me regarding this issue.

Failed, retrying in 1s ... (1/3). Error: initializing source docker://quay.io/ansible/awx-ee:latest: pinging container registry quay.io: Get "https://quay.io/v2/": dial tcp 54.85.81.91:443: i/o timeout 

One more thing I would like to understand the port range between 7899-7999, do we need to expose those ports. Because in my current setup I commented those ports on my Offline server.

Please advise if anything I am missing.

Whenever I run with port range 7899-7999, it is giving me below error.

Dec 04 10:00:41 dockerd[60966]: time="2024-12-04T10:00:41.428302929+07:00" level=error msg="9bfe4dea7f19460e4f731e2d74714db14a2dcac63efe4565d69ce3667f47d57b cleanup: failed to delete container from containerd: no such container"
Dec 04 10:00:41 dockerd[60966]: time="2024-12-04T10:00:41.428386219+07:00" level=error msg="Handler for POST /v1.41/containers/9bfe4dea7f19460e4f731e2d74714db14a2dcac63efe4565d69ce3667f47d57b/start returned error: driver failed programming external connectivity on endpoint tools_awx_1 (b18e6a34fc7900c6e0a027a273cf201b4ea563ef3c5ce21ff4b3bd75ead01444): Error starting userland proxy: "

But If I comment those port range, it is working fine, but in this case, I am not able to run any playbook.