mirror of
https://github.com/docker/compose.git
synced 2025-08-16 23:28:12 +02:00
14 lines
220 B
YAML
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
|