File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
client/acontext-cli/internal/docker Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ services:
138138 condition : service_healthy
139139 acontext-server-seaweedfs :
140140 condition : service_healthy
141+ acontext-server-seaweedfs-setup :
142+ condition : service_completed_successfully
141143
142144 # acontext-server-api
143145 acontext-server-api :
@@ -177,7 +179,10 @@ services:
177179 timeout : 5s
178180 retries : 5
179181 depends_on :
180- - acontext-server-core
182+ acontext-server-core :
183+ condition : service_started
184+ acontext-server-seaweedfs-setup :
185+ condition : service_completed_successfully
181186
182187 # acontext-server-ui
183188 acontext-server-ui :
Original file line number Diff line number Diff line change @@ -145,6 +145,8 @@ services:
145145 condition : service_healthy
146146 acontext-server-seaweedfs :
147147 condition : service_healthy
148+ acontext-server-seaweedfs-setup :
149+ condition : service_completed_successfully
148150
149151 # acontext-server-api
150152 acontext-server-api :
@@ -189,7 +191,10 @@ services:
189191 timeout : 5s
190192 retries : 5
191193 depends_on :
192- - acontext-server-core
194+ acontext-server-core :
195+ condition : service_started
196+ acontext-server-seaweedfs-setup :
197+ condition : service_completed_successfully
193198
194199 acontext-server-ui :
195200 build :
You can’t perform that action at this time.
0 commit comments