Terminate docker compose when test container finishes
问题 I am currently running a docker-compose stack for basic integration tests with a protractor test runner, a nodejs server serving a web page and a wildfly server serving a java backend. The stack is run from a dind(docker in docker) container in my build server(concourse ci). But it appears that the containers does not terminate on finishing the protractor tests. So since the containers for wildfly, and nodejs are still running the build task never finishes... How can I make the compose end in