Nicolas De Loof fb73dd58d9 Move compose e2e tests into pkg
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-06-28 08:47:58 +02:00

12 lines
192 B
YAML

services:
foo:
image: alpine
command: "echo hello"
bar:
image: alpine
command: "echo world"
depends_on:
foo:
condition: "service_completed_successfully"