mirror of
https://github.com/docker/compose.git
synced 2026-07-10 18:24:10 +00:00
13 lines
220 B
YAML
13 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
|