mirror of
https://github.com/docker/compose.git
synced 2025-08-15 22:58:12 +02:00
9 lines
167 B
YAML
9 lines
167 B
YAML
services:
|
|
service:
|
|
image: alpine
|
|
command: sleep infinity
|
|
service-with-replicas:
|
|
image: alpine
|
|
command: sleep infinity
|
|
deploy:
|
|
replicas: 3 |