start the environment:
docker-compose up -d
stop the environment
docker-compose down
Useful urls:
http://192.168.99.100:27017/ -> url of mongodb
http://192.168.99.100:3000/api/basket/123 -> the API, development mode
http://192.168.99.100:8080/api/basket/123 -> the API, production mode
http://192.168.99.100:9000/api/basket/123 -> the API, test mode