Installation behind NPM on different server

Hi all,

I am trying to install Corteza for production on a server (B) that is behind a firewall. On the same network I have another server (A) which has Nginx Proxy Manager installed. Ports 80 and 443 are forwarded to server A. Is there a way for configuring the whole shebang so I can also reach Corteza from a URL outside my own network?

Any help is very much appreciated

Cheers,

Ivo

Apparently this is no issue with Corteza. This is an issue with Docker. I run 2 separate instances and there is no internal Docker network that can be shared between the 2 instances without putting them in a swarm. So I decided to change the whole setup.