File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -220,39 +220,31 @@ services:
220220 depends_on :
221221 - nats
222222 - api-gateway
223- build :
224- context : ./ # Adjust the context path as needed
225- dockerfile : Dockerfiles/Dockerfile.ecosystem
223+ image : ghcr.io/credebl/ecosystem:latest
226224 env_file :
227225 - ./.env
228226 oid4vc-issuance :
229227 container_name : oid4vc-issuance-service
230228 depends_on :
231229 - nats
232230 - api-gateway
233- build :
234- context : ./ # Adjust the context path as needed
235- dockerfile : Dockerfiles/Dockerfile.oid4vc-issuance
231+ image : ghcr.io/credebl/oid4vc-issuance:latest
236232 env_file :
237233 - ./.env
238234 oid4vc-verification :
239235 container_name : oid4vc-verification-service
240236 depends_on :
241237 - nats
242238 - api-gateway
243- build :
244- context : ./ # Adjust the context path as needed
245- dockerfile : Dockerfiles/Dockerfile.oid4vc-verification
239+ image : ghcr.io/credebl/oid4vc-verification:latest
246240 env_file :
247241 - ./.env
248242 x509 :
249243 container_name : x509-service
250244 depends_on :
251245 - nats
252246 - api-gateway
253- build :
254- context : ./ # Adjust the context path as needed
255- dockerfile : Dockerfiles/Dockerfile.x509
247+ image : ghcr.io/credebl/x509:latest
256248 env_file :
257249 - ./.env
258250
You can’t perform that action at this time.
0 commit comments