How to Restrict Access to a Dockerized Node.js Backend While Allowing React Frontend to Communicate Internally?
I’m working on a web project with a React frontend and a Node.js backend, both running in Docker containers. I’m using Docker Compose to orchestrate the services. The Node.js backend serves XML data and HTML content to the React frontend.