ZupIT/horusec

Use internal network on docker-compose setup

bpetric0 opened this issue · 0 comments

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 (use horusec version): v2.8.0
  • Operating System: Ubuntu 20.04.5 LTS (Focal Fossa)