v1.3.0
Allow building named dockerfiles for, i.e., tests in the same folder as the main service
Consider the following file structure:
services:
web:
Dockerfile
tests.Dockerfile
This structure would produce two images: one called web
and one called web-tests