Add APOC plugin to Neo4j Docker config
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
797924bcb9
commit
86fb3e047d
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ services:
|
|||
- "7475:7474" # Browser UI (mapped to 7475 to avoid conflict)
|
||||
environment:
|
||||
NEO4J_AUTH: neo4j/hp-graphrag-2024
|
||||
NEO4J_PLUGINS: '["apoc"]'
|
||||
volumes:
|
||||
- hp_neo4j_data:/data
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue