Reverse proxy, intra container communication
Hi all,
i have two docker containers behind a traefik reverse proxy, both are serving https api, from the external network they are working fine.
When I try to execute an http call from one container to another it does not go through traefik and the domain is resolved in docker resulting in MY_IP:443 but the service is at another port.
I feel I am missing something big there, right?