Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 398 Bytes

build.md

File metadata and controls

23 lines (17 loc) · 398 Bytes

Build Config

composeProfileMap

Key is profile name, value is directory where docker-compose.yaml file is located or full path to docker-compose yaml file

build:
  composeProfileMap:
    dev: ./docker/
    prod: ./docker/docker-compose-prod.yaml

pullImages

List of images to pull

build:
  pullImages:
    - dtr.boxboat.com/test/a
    - dtr.boxboat.com/test/b