@@ -32,10 +32,11 @@ jobs:
32
32
33
33
services :
34
34
neo4j :
35
- image : neo4j:4.3
35
+ image : neo4j:4.4
36
36
options : >-
37
- --health-cmd "wget http://localhost:7474 || exit 1"
38
- --health-start-period "30s"
37
+ --health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"
38
+ --health-start-period "60s"
39
+ --health-interval "30s"
39
40
--health-timeout "15s"
40
41
--health-retries "5"
41
42
ports :
46
47
NEO4JLABS_PLUGINS : ' ["apoc"]'
47
48
48
49
core1 :
49
- image : neo4j:4.3 -enterprise
50
+ image : neo4j:4.4 -enterprise
50
51
options : >-
51
- --health-cmd "wget http://localhost:7475 || exit 1"
52
+ --health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"
53
+ --health-start-period "60s"
54
+ --health-interval "30s"
55
+ --health-timeout "15s"
56
+ --health-retries "5"
52
57
ports :
53
58
- 7688:7688
54
59
- 7475:7475
68
73
NEO4J_dbms_connector_bolt_listen__address : 0.0.0.0:7688
69
74
70
75
core2 :
71
- image : neo4j:4.3 -enterprise
76
+ image : neo4j:4.4 -enterprise
72
77
options : >-
73
- --health-cmd "wget http://localhost:7476 || exit 1"
78
+ --health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"
79
+ --health-start-period "60s"
80
+ --health-interval "30s"
81
+ --health-timeout "15s"
82
+ --health-retries "5"
74
83
ports :
75
84
- 7689:7689
76
85
- 7476:7476
90
99
NEO4J_dbms_connector_bolt_listen__address : 0.0.0.0:7689
91
100
92
101
core3 :
93
- image : neo4j:4.3 -enterprise
102
+ image : neo4j:4.4 -enterprise
94
103
options : >-
95
- --health-cmd "wget http://localhost:7477 || exit 1"
104
+ --health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"
105
+ --health-start-period "60s"
106
+ --health-interval "30s"
107
+ --health-timeout "15s"
108
+ --health-retries "5"
96
109
ports :
97
110
- 7690:7690
98
111
- 7477:7477
@@ -112,9 +125,13 @@ jobs:
112
125
NEO4J_dbms_connector_bolt_listen__address : 0.0.0.0:7690
113
126
114
127
readreplica1 :
115
- image : neo4j:4.3 -enterprise
128
+ image : neo4j:4.4 -enterprise
116
129
options : >-
117
- --health-cmd "wget http://localhost:7478 || exit 1"
130
+ --health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"
131
+ --health-start-period "60s"
132
+ --health-interval "30s"
133
+ --health-timeout "15s"
134
+ --health-retries "5"
118
135
ports :
119
136
- 7691:7691
120
137
- 7478:7478
0 commit comments