Hey guys! I'm trying to run the Novu API in one Docker container and the bridge in another, but I can't establish a connection between the services.
I'm running the Novu API with Docker Compose using the community file without any changes.
For the bridge, I created a Dockerfile and a Docker Compose configuration.
Both containers are on the same network, but the bridge fails to establish a connection with the API through the tunnel.
Is there any tutorial to help me, or does anyone know about this?