mirror of https://github.com/docker/compose.git
13 lines
201 B
YAML
13 lines
201 B
YAML
|
services:
|
||
|
base:
|
||
|
image: base
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: base.dockerfile
|
||
|
service:
|
||
|
depends_on:
|
||
|
- base
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: service.dockerfile
|