Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 340 Bytes

build.md

File metadata and controls

23 lines (17 loc) · 340 Bytes

Build Config

composeProfileMap

Key is profile name, value is directory where docker-compose.yaml file is located

build:
  composeProfileMap:
    dev: ./docker/dev
    prod: ./docker/prod

pullImages

List of images to pull

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