@@ -31,20 +31,22 @@ jobs:
31
31
services :
32
32
neo4j :
33
33
image : neo4j:4.3
34
- env :
35
- NEO4J_AUTH : neo4j/test
36
- NEO4JLABS_PLUGINS : ' ["apoc"]'
37
34
options : >-
38
35
--health-cmd "wget http://localhost:7474 || exit 1"
39
- --health-interval 30s
40
- --health-timeout 10s
41
- --health-retries 5
42
36
ports :
43
37
- 7687:7687
44
38
- 7474:7474
39
+ env :
40
+ NEO4J_AUTH : neo4j/test
41
+ NEO4JLABS_PLUGINS : ' ["apoc"]'
45
42
46
43
core1 :
47
44
image : neo4j:4.3-enterprise
45
+ options : >-
46
+ --health-cmd "wget http://localhost:7475 || exit 1"
47
+ ports :
48
+ - 7688:7688
49
+ - 7475:7475
48
50
env :
49
51
NEO4J_ACCEPT_LICENSE_AGREEMENT : yes
50
52
NEO4JLABS_PLUGINS : ' ["apoc"]'
@@ -57,15 +59,16 @@ jobs:
57
59
NEO4J_causal__clustering_discovery__listen__address : 0.0.0.0:5000
58
60
NEO4J_causal__clustering_transaction__listen__address : 0.0.0.0:6000
59
61
NEO4J_causal__clustering_raft__listen__address : 0.0.0.0:7000
60
- NEO4J_dbms_connector_bolt_advertised__address : localhost:17687
61
- NEO4J_dbms_connector_http_advertised__address : localhost:17474
62
- options : >-
63
- --health-cmd "wget http://localhost:7474 || exit 1"
64
- ports :
65
- - 17687:7687
66
- - 17474:7474
62
+ NEO4J_dbms_connector_http_listen__address : 0.0.0.0:7475
63
+ NEO4J_dbms_connector_bolt_listen__address : 0.0.0.0:7688
64
+
67
65
core2 :
68
66
image : neo4j:4.3-enterprise
67
+ options : >-
68
+ --health-cmd "wget http://localhost:7476 || exit 1"
69
+ ports :
70
+ - 7689:7689
71
+ - 7476:7476
69
72
env :
70
73
NEO4J_ACCEPT_LICENSE_AGREEMENT : yes
71
74
NEO4JLABS_PLUGINS : ' ["apoc"]'
@@ -78,14 +81,16 @@ jobs:
78
81
NEO4J_causal__clustering_discovery__listen__address : 0.0.0.0:5000
79
82
NEO4J_causal__clustering_transaction__listen__address : 0.0.0.0:6000
80
83
NEO4J_causal__clustering_raft__listen__address : 0.0.0.0:7000
81
- NEO4J_dbms_connector_bolt_advertised__address : localhost:27687
82
- NEO4J_dbms_connector_http_advertised__address : localhost:27474
83
- ports :
84
- - 27687:7687
85
- - 27474:7474
84
+ NEO4J_dbms_connector_http_listen__address : 0.0.0.0:7476
85
+ NEO4J_dbms_connector_bolt_listen__address : 0.0.0.0:7689
86
86
87
87
core3 :
88
88
image : neo4j:4.3-enterprise
89
+ options : >-
90
+ --health-cmd "wget http://localhost:7477 || exit 1"
91
+ ports :
92
+ - 7690:7690
93
+ - 7477:7477
89
94
env :
90
95
NEO4J_ACCEPT_LICENSE_AGREEMENT : yes
91
96
NEO4JLABS_PLUGINS : ' ["apoc"]'
@@ -98,16 +103,16 @@ jobs:
98
103
NEO4J_causal__clustering_discovery__listen__address : 0.0.0.0:5000
99
104
NEO4J_causal__clustering_transaction__listen__address : 0.0.0.0:6000
100
105
NEO4J_causal__clustering_raft__listen__address : 0.0.0.0:7000
101
- NEO4J_dbms_connector_bolt_advertised__address : localhost:37687
102
- NEO4J_dbms_connector_http_advertised__address : localhost:37474
103
- options : >-
104
- --health-cmd "wget http://localhost:7474 || exit 1"
105
- ports :
106
- - 37687:7687
107
- - 37474:7474
106
+ NEO4J_dbms_connector_http_listen__address : 0.0.0.0:7477
107
+ NEO4J_dbms_connector_bolt_listen__address : 0.0.0.0:7690
108
108
109
109
readreplica1 :
110
110
image : neo4j:4.3-enterprise
111
+ options : >-
112
+ --health-cmd "wget http://localhost:7478 || exit 1"
113
+ ports :
114
+ - 7691:7691
115
+ - 7478:7478
111
116
env :
112
117
NEO4J_ACCEPT_LICENSE_AGREEMENT : yes
113
118
NEO4JLABS_PLUGINS : ' ["apoc"]'
@@ -120,11 +125,5 @@ jobs:
120
125
NEO4J_causal__clustering_discovery__listen__address : 0.0.0.0:5000
121
126
NEO4J_causal__clustering_transaction__listen__address : 0.0.0.0:6000
122
127
NEO4J_causal__clustering_raft__listen__address : 0.0.0.0:7000
123
- NEO4J_dbms_connector_bolt_advertised__address : localhost:47687
124
- NEO4J_dbms_connector_http_advertised__address : localhost:47474
125
- options : >-
126
- --health-cmd "wget http://localhost:7474 || exit 1"
127
- ports :
128
- - 47687:7687
129
- - 47474:7474
130
-
128
+ NEO4J_dbms_connector_http_listen__address : 0.0.0.0:7478
129
+ NEO4J_dbms_connector_bolt_listen__address : 0.0.0.0:7691
0 commit comments