compose/pkg/e2e/fixtures/dependencies/deps-completed-successfully...

11 lines
213 B
YAML

services:
oneshot:
image: alpine
command: echo 'hello world'
longrunning:
image: alpine
depends_on:
oneshot:
condition: service_completed_successfully
command: sleep infinity