i'm running a project on EasyPanel with multiple services, including n8n and Qdrant.
The problem is that n8n is attempting to connect to Qdrant via a public IP address (148.x.x.x) instead of using the internal Docker network. Even though I've configured the URL for Qdrant in n8n as https://n8nio-xxxx.easypanel.host/, it still tries to connect to the public IP address.
I've also tried using the internal IP address of the Docker container (10.11.x.x), but n8n still cannot connect to Qdrant.
The logs show repeated ECONNREFUSED errors (148.x.x.x public ip), indicating that the connection is being refused.
Is there any way to ensure that n8n connects to Qdrant using the internal Docker network and avoids using the public IP address?
I need a solution to resolve this connection issue within EasyPanel's Docker environment.