The current docker-compose setup requires the external network to access other components such as config, login, etc..
Is it possible to route those requests to the internal network
How to reproduce it (as minimally and precisely as possible):
The browser tries to connect to config endpoint over a public IP, is it possible to route those requests on the internal host network (container -> container)?
The current docker-compose setup requires the external network to access other components such as config, login, etc.. Is it possible to route those requests to the internal network
How to reproduce it (as minimally and precisely as possible): The browser tries to connect to config endpoint over a public IP, is it possible to route those requests on the internal host network (container -> container)?
Environment:
horusec version
): v2.8.0