@@ -60,7 +60,7 @@ services:
60
60
neo4j :
61
61
networks :
62
62
- neo4j
63
- image : neo4j:4.3 -enterprise
63
+ image : neo4j:4.4 -enterprise
64
64
healthcheck :
65
65
test : " wget http://localhost:7474 || exit 1"
66
66
interval : 30s
@@ -74,7 +74,7 @@ services:
74
74
volumes :
75
75
- ./tests/resources:/import
76
76
core1 :
77
- image : neo4j:4.3 -enterprise
77
+ image : neo4j:4.4 -enterprise
78
78
healthcheck :
79
79
test : " wget http://localhost:7474 || exit 1"
80
80
interval : 30s
@@ -93,7 +93,7 @@ services:
93
93
NEO4J_dbms_connector_bolt_advertised__address : core1:7687
94
94
95
95
core2 :
96
- image : neo4j:4.3 -enterprise
96
+ image : neo4j:4.4 -enterprise
97
97
healthcheck :
98
98
test : " wget http://localhost:7474 || exit 1"
99
99
interval : 30s
@@ -112,7 +112,7 @@ services:
112
112
- ./tests/resources:/import
113
113
114
114
core3 :
115
- image : neo4j:4.3 -enterprise
115
+ image : neo4j:4.4 -enterprise
116
116
healthcheck :
117
117
test : " wget http://localhost:7474 || exit 1"
118
118
interval : 30s
@@ -131,7 +131,7 @@ services:
131
131
- ./tests/resources:/import
132
132
133
133
readreplica1 :
134
- image : neo4j:4.3 -enterprise
134
+ image : neo4j:4.4 -enterprise
135
135
healthcheck :
136
136
test : " wget http://localhost:7474 || exit 1"
137
137
interval : 30s
0 commit comments