compose/pkg/e2e/fixtures/logs-test/compose.yaml

12 lines
199 B
YAML

services:
ping:
image: alpine
init: true
command: ping localhost -c ${REPEAT:-1}
hello:
image: alpine
command: echo hello
deploy:
mode: replicated
replicas: 2