Ocelot-Social/docker-compose.build-and-test.yml
Wolfgang Huß 360f545fb7 Change docker account
- humanconnection  —>  ocelotsocialnetwork
2020-10-28 10:36:14 +01:00

18 lines
360 B
YAML

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