mirror of https://github.com/docker/compose.git
10 lines
148 B
YAML
10 lines
148 B
YAML
|
services:
|
||
|
foo:
|
||
|
image: built-image-dependency
|
||
|
build:
|
||
|
context: .
|
||
|
bar:
|
||
|
image: built-image-dependency
|
||
|
depends_on:
|
||
|
- foo
|