Ocelot-Social/docker-compose.travis.yml
2019-03-20 21:50:22 +01:00

21 lines
368 B
YAML

version: "3.4"
services:
webapp:
build:
context: webapp
target: build-and-test
environment:
- BACKEND_URL=http://backend:4123
backend:
image: humanconnection/nitro-backend:builder
build:
context: backend
target: builder
neo4j:
environment:
- NEO4J_AUTH=none
ports:
- 7687:7687
- 7474:7474