mirror of
https://github.com/docker/compose.git
synced 2025-08-22 18:18:13 +02:00
14 lines
242 B
YAML
14 lines
242 B
YAML
services:
|
|
base:
|
|
init: true
|
|
build:
|
|
context: .
|
|
dockerfile: base.dockerfile
|
|
service:
|
|
init: true
|
|
build:
|
|
context: .
|
|
additional_contexts:
|
|
base: "service:base"
|
|
dockerfile: service.dockerfile
|