feat: Adds graph-data-science to neo4j docker image

This commit is contained in:
hajdul88 2024-11-19 16:29:52 +01:00
parent c4850f64dc
commit f2c0fddeb2

View file

@ -46,7 +46,7 @@ services:
- 7687:7687 - 7687:7687
environment: environment:
- NEO4J_AUTH=neo4j/pleaseletmein - NEO4J_AUTH=neo4j/pleaseletmein
- NEO4J_PLUGINS=["apoc"] - NEO4J_PLUGINS=["apoc", "graph-data-science"]
networks: networks:
- cognee-network - cognee-network