needed neo4j plugin added to docker compose
This commit is contained in:
parent
c6f5e8245a
commit
390e2ae57d
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ services:
|
|||
environment:
|
||||
# neo4j isn't exposed to the internet so having the password checked into version control doesn't matter
|
||||
- NEO4J_AUTH=neo4j/your_password
|
||||
- NEO4J_PLUGINS=["graph-data-science"]
|
||||
ports:
|
||||
# useful for dev
|
||||
- "127.0.0.1:7474:7474"
|
||||
|
|
Loading…
Reference in a new issue