Files
compose/pkg/e2e/fixtures/dependencies/compose.yaml
Nicolas De Loof 804d7163a7 detect required service are gone to stop watching
explicit API to stop the log printer

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2022-12-07 21:07:27 +01:00

11 lines
140 B
YAML

services:
foo:
image: nginx:alpine
command: "${COMMAND}"
depends_on:
- bar
bar:
image: nginx:alpine
scale: 2