Ocelot-Social/webapp/docker-compose.travis.yml
2019-03-21 02:11:35 +01:00

11 lines
172 B
YAML

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