A: A reverse proxy like Nginx serves as a gateway that receives client requests and routes them to the appropriate backend service (frontend, backend API) in your Docker Compose network. It also helps with SSL termination, load balancing, and hiding internal network structure.