UNPKG

dockerode-compose

Version:

docker-compose in nodejs using dockerode

20 lines (18 loc) 352 B
services: frontend: build: ./build_things backend: build: context: backend cache_from: - ubuntu args: GIT_COMMIT: cdc3b19 futureend: build: context: backend cache_from: - ubuntu args: GIT_COMMIT: cdc3b19 dockerfile: ../backend.Dockerfile