File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ services:
73
73
<< : *common
74
74
volumes :
75
75
- ./tests/resources:/import
76
+ env_file :
77
+ - .env
76
78
core1 :
77
79
image : neo4j:4.4-enterprise
78
80
healthcheck :
@@ -91,6 +93,8 @@ services:
91
93
NEO4J_causal__clustering_raft__advertised__address : core1:7000
92
94
NEO4J_dbms_connector_http_advertised__address : core1:7474
93
95
NEO4J_dbms_connector_bolt_advertised__address : core1:7687
96
+ env_file :
97
+ - .env
94
98
95
99
core2 :
96
100
image : neo4j:4.4-enterprise
@@ -110,6 +114,8 @@ services:
110
114
NEO4J_dbms_connector_bolt_advertised__address : core2:7687
111
115
volumes :
112
116
- ./tests/resources:/import
117
+ env_file :
118
+ - .env
113
119
114
120
core3 :
115
121
image : neo4j:4.4-enterprise
@@ -129,6 +135,8 @@ services:
129
135
NEO4J_dbms_connector_bolt_advertised__address : core3:7687
130
136
volumes :
131
137
- ./tests/resources:/import
138
+ env_file :
139
+ - .env
132
140
133
141
readreplica1 :
134
142
image : neo4j:4.4-enterprise
@@ -147,5 +155,7 @@ services:
147
155
NEO4J_causal__clustering_raft__advertised__address : readreplica1:7000
148
156
NEO4J_dbms_connector_http_advertised__address : readreplica1:7474
149
157
NEO4J_dbms_connector_bolt_advertised__address : readreplica1:7687
158
+ env_file :
159
+ - .env
150
160
volumes :
151
161
- ./tests/resources:/import
You can’t perform that action at this time.
0 commit comments