LibreNMS communication between Oxidized via traefik

Hello I have used following docker-compose file to bring up the LibreNMS


In order to access LibreNMS we go thru https_proxy. For the front-end
I have edited following:
  • “traefik.frontend.rule=Host:network-librenms.nvproxy.com”
    In order to reach GUI, we have go thru Proxy. I have installed Oxidized with LibreNMS.
    Oxidized Error
    Failed to open TCP connection to librenms:443 (Connection refused - connect(2) for "librenms" port 443)
    In /etc/hosts
    127.0.0.1 librenms
    For some reason I can’t curl LibreNMS url. I have generated token which I’m passing.

Here is the error I get when doing curl

* Closing connection 0
curl: (7) Failed to connect to network-librenms.nvproxy.com port 4443: Connection refused

Not sure how to set communtication between librenms and oxidized using Traefik