Remove embed service from docker-compose.yml

This commit is contained in:
Robert Schäfer 2019-07-19 22:03:49 +02:00
parent f82b2c37b3
commit 17ccbcefa6

View File

@ -42,15 +42,5 @@ services:
context: neo4j context: neo4j
networks: networks:
- hc-network - hc-network
embed:
image: humanconnection/embed:latest
build:
context: embed
networks:
- hc-network
depends_on:
- neo4j
ports:
- 3050:3050
networks: networks:
hc-network: hc-network: