Ocelot-Social/docker-compose.build-and-test.yml
roschaefer 23ae569509 Rename dockerhub organizations
..plus get rid of obsolete prefix `nitro-`.
2020-06-04 13:04:05 +02:00

18 lines
343 B
YAML

version: "3.4"
services:
webapp:
environment:
- "CI=${CI}"
image: schoolsinmotion/webapp:build-and-test
build:
context: webapp
target: build-and-test
backend:
environment:
- "CI=${CI}"
image: schoolsinmotion/backend:build-and-test
build:
context: backend
target: build-and-test