the folderstruckture for the bedrock setup is different. Everything works except the path to the images in the eMails.
To fix it change in:
/plugins/mailpoet/lib/Newsletter/Renderer/Blocks/Image.php
WPFunctions::get()->getOption('siteurl')
to
WPFunctions::get()->getOption('home')
and everything works.