choco install -y docker-compose
docker-compose up --build
At the moment the two containers start, but the app container does not have a hosts entry for the mongo container. I've added a sleep to exec into the container and check the c:\windows\system32\drivers\etc\hosts file.
docker-compose kill