services: ping: image: alpine command: ping localhost -c ${REPEAT:-1} hello: image: alpine command: echo hello