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