Currently docker-compose-dev.yml starts both container as network
mode, it doesn't work that nice because you have to find the ip for
the container to visit the new application. With bridge mode and port
forwarding, you can visit http://localhost:3000 to visit the app.
Screenshot attached
N/A
How to reproduze the user scenario