compose/pkg/e2e/fixtures/wait/compose.yaml

12 lines
167 B
YAML

services:
faster:
image: alpine
command: sleep 2
slower:
image: alpine
command: sleep 5
infinity:
image: alpine
command: sleep infinity