compose/pkg/e2e/fixtures/dependencies/compose.yaml

11 lines
140 B
YAML

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