needed neo4j plugin added to docker compose

This commit is contained in:
Pagwin 2025-05-01 22:51:37 -04:00
parent c6f5e8245a
commit 390e2ae57d
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -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"