docker-compose/test
Alexander Zeitler afb2b1116b fix(test): fix broken tests
Some tests failed because the used `alpine` service did start non-blocking which caused the container to stop immediately. Assertions expecting the container to run then failed.

The new structure is to use two blocking `nginx` images which serve a scenario of web and proxy.

For the `--abort-on-container-exit` flag tests a third - non-blocking by intend - service based on the `hello-world` image has been added.
2021-04-10 21:38:12 +02:00
..
volume/nested/dir fix issue 42 by splitting compose options and command options 2019-03-26 23:24:54 +01:00
build-test.Dockerfile Use same docker image versions for tests 2019-04-28 23:58:47 +02:00
docker-compose-2.yml fix(test): fix broken tests 2021-04-10 21:38:12 +02:00
docker-compose-42.yml fix(test): fix broken tests 2021-04-10 21:38:12 +02:00
docker-compose-build.yml Fix tests 2019-07-13 13:49:30 +02:00
docker-compose.yml fix(test): fix broken tests 2021-04-10 21:38:12 +02:00
index.test.ts fix(test): fix broken tests 2021-04-10 21:38:12 +02:00