compose/tests/fixtures/scale/docker-compose.yml
Jonathan Cremin 087bef4f95 Add tests for compose file 'scale: 0'
Signed-off-by: Jonathan Cremin <jonathan@crem.in>
2019-03-06 12:57:14 +00:00

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