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