Commit 6629365 1 parent 8d0043c commit 6629365 Copy full SHA for 6629365
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ services:
2
2
neo4j :
3
3
image : neo4j:latest
4
4
environment :
5
- - NEO4J_AUTH=none
5
+ - NEO4J_AUTH=none # for testing
6
+
6
7
- NEO4J_PLUGINS=["graph-data-science"]
7
8
- NEO4J_dbms_security_procedures_allowlist=gds.*
8
9
- NEO4J_dbms_security_procedures_unrestricted=gds.*
Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ services:
4
4
volumes :
5
5
- ${HOME}/.gds_license:/licenses/.gds_license
6
6
environment :
7
+ - NEO4J_AUTH=none # for testing
8
+
7
9
- NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
8
- - NEO4J_AUTH=none
9
10
- NEO4J_PLUGINS=["graph-data-science"]
10
11
- NEO4J_dbms_security_procedures_allowlist=gds.*
11
12
- NEO4J_dbms_security_procedures_unrestricted=gds.*
@@ -14,7 +15,6 @@ services:
14
15
- NEO4J_gds_export_location=/tmp/gds_graphs
15
16
- NEO4J_gds_model_store__location=/tmp/gds_models
16
17
17
- # should only be used for testing
18
18
- NEO4J_gds_arrow_advertised__listen__address=0.0.0.0:8491
19
19
- NEO4J_gds_arrow_listen__address=0.0.0.0:8491
20
20
You can’t perform that action at this time.
0 commit comments