12 lines
145 B
YAML
12 lines
145 B
YAML
foo:
|
|
image: busybox
|
|
bar:
|
|
image: busybox
|
|
web:
|
|
extends:
|
|
file: circle-1.yml
|
|
service: web
|
|
baz:
|
|
image: busybox
|
|
quux:
|
|
image: busybox
|