compose/tests/fixtures/scale/docker-compose.yml

14 lines
220 B
YAML

version: '2.2'
services:
web:
image: busybox
command: top
scale: 2
db:
image: busybox
command: top
worker:
image: busybox
command: top
scale: 0