Ocelot-Social/docker-compose.override.yml
Robert Schäfer 4e816d9020 Fix (?) the build with an image tag for builder
Also I added a base stage so we can have a common working directory.
2018-12-14 23:10:48 +01:00

16 lines
266 B
YAML

version: "3.7"
services:
backend:
image: humanconnection/nitro-backend:builder
build:
context: .
target: builder
volumes:
- .:/nitro-backend
- /nitro-backend/node_modules
neo4j:
ports:
- 7687:7687
- 7474:7474