Skip to content

Commit

Permalink
enh: enable graph-data-science
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Dec 25, 2023
1 parent c1056c8 commit e318154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
volumes:
- okta_Data:/data
environment:
NEO4J_PLUGINS: '["apoc"]'
NEO4J_PLUGINS: '["apoc", "graph-data-science"]'
NEO4J_AUTH: $NEO4J_AUTH
NEO4J_server_memory_heap_initial__size: ${NEO4J_server_memory_heap_initial__size}
NEO4J_server_memory_heap_max__size: ${NEO4J_server_memory_heap_max__size}
Expand Down

0 comments on commit e318154

Please sign in to comment.