ZupIT / horusec

Horusec is an open source tool that improves identification of vulnerabilities in your project with just one command.
https://horusec.io/
Apache License 2.0
1.15k stars 189 forks source link

Use internal network on docker-compose setup #1124

Open bpetric0 opened 2 years ago

bpetric0 commented 2 years ago

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: