mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
10 lines
176 B
YAML
10 lines
176 B
YAML
services:
|
|
ping:
|
|
image: alpine
|
|
init: true
|
|
command: ping localhost -c ${REPEAT:-1}
|
|
hello:
|
|
image: alpine
|
|
command: echo hello
|
|
deploy:
|
|
replicas: 2
|