You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to deploy my application using 2 containers, e.g. one for client (static javascript single application) and one for server rest api.
I could user 2 different domains, (myserver.com & api.server.com), but what if I want to keep both in the same domain (myserver.com & myserver.com/api) ?
What is the most elegant way to link my 2 containers to nginx-proxy configuration?