docker-compose -f docker-compose.dev.yml up --build
then
docker-compose -f docker-compose.dev.yml down -v
some items differ in development and testing. To run the app in staging / production mode try
docker-compose -f docker-compose.prod.yml up --build
once the app is running,