File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ services:
22 neo4j :
33 image : neo4j:latest
44 environment :
5- - NEO4J_AUTH=none
5+ - NEO4J_AUTH=none # for testing
6+
67 - NEO4J_PLUGINS=["graph-data-science"]
78 - NEO4J_dbms_security_procedures_allowlist=gds.*
89 - NEO4J_dbms_security_procedures_unrestricted=gds.*
Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ services:
44 volumes :
55 - ${HOME}/.gds_license:/licenses/.gds_license
66 environment :
7+ - NEO4J_AUTH=none # for testing
8+
79 - NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
8- - NEO4J_AUTH=none
910 - NEO4J_PLUGINS=["graph-data-science"]
1011 - NEO4J_dbms_security_procedures_allowlist=gds.*
1112 - NEO4J_dbms_security_procedures_unrestricted=gds.*
@@ -14,7 +15,6 @@ services:
1415 - NEO4J_gds_export_location=/tmp/gds_graphs
1516 - NEO4J_gds_model_store__location=/tmp/gds_models
1617
17- # should only be used for testing
1818 - NEO4J_gds_arrow_advertised__listen__address=0.0.0.0:8491
1919 - NEO4J_gds_arrow_listen__address=0.0.0.0:8491
2020
You can’t perform that action at this time.
0 commit comments