Ocelot-Social/webapp/docker-compose.travis.yml
2019-04-04 00:52:21 +02:00

11 lines
172 B
YAML

version: "3.7"
services:
webapp:
build:
context: .
target: build-and-test
environment:
- GRAPHQL_URI=http://backend:4123
- NODE_ENV=test