So you have 2 containers running, one with the webapp and the other that is cypress?
1 container to another container cannot talk to each other with localhost.
If you have a service named
webapp and one called cypress
then in cypress the baseurl would be
http://webapp:3000