File tree Expand file tree Collapse file tree 3 files changed +38
-72
lines changed Expand file tree Collapse file tree 3 files changed +38
-72
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 29
29
- utility
30
30
- verification
31
31
- webhook
32
- - organization
33
- - seed
34
32
35
33
permissions :
36
34
contents : read
44
42
id : get_tag
45
43
run : echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
46
44
47
- - name : Set up QEMU
48
- uses : docker/setup-qemu-action@v3
49
-
50
- - name : Set up Docker Buildx
51
- uses : docker/setup-buildx-action@v3
52
-
53
45
- name : Log in to GitHub Container Registry
54
46
uses : docker/login-action@v3
55
47
with :
63
55
context : .
64
56
file : Dockerfiles/Dockerfile.${{ matrix.service }}
65
57
push : true
66
- platforms : linux/amd64,linux/arm64
67
58
tags : |
68
59
${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.service }}:${{ env.TAG }}
69
60
${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.service }}:latest
Original file line number Diff line number Diff line change @@ -146,35 +146,68 @@ services:
146
146
depends_on :
147
147
- nats
148
148
- api-gateway
149
+ - user
150
+ - connection
151
+ - issuance
152
+ - ledger
153
+ - organization
154
+ - verification
155
+ - agent-provisioning
156
+ - agent-service
149
157
image : ghcr.io/credebl/cloud-wallet:latest
150
158
env_file :
151
159
- ./.env
152
160
geolocation :
153
161
depends_on :
154
162
- nats
155
163
- api-gateway
164
+ - user
165
+ - connection
166
+ - issuance
167
+ - ledger
168
+ - organization
169
+ - verification
170
+ - agent-provisioning
171
+ - agent-service
172
+ - cloud-wallet
156
173
image : ghcr.io/credebl/geolocation:latest
157
174
env_file :
158
175
- ./.env
159
176
notification :
160
177
depends_on :
161
178
- nats
162
179
- api-gateway
180
+ - user
181
+ - connection
182
+ - issuance
183
+ - ledger
184
+ - organization
185
+ - verification
186
+ - agent-provisioning
187
+ - agent-service
188
+ - cloud-wallet
189
+ - geolocation
163
190
image : ghcr.io/credebl/notification:latest
164
191
env_file :
165
192
- ./.env
166
193
webhook :
167
194
depends_on :
168
195
- nats
169
196
- api-gateway
197
+ - user
198
+ - connection
199
+ - issuance
200
+ - ledger
201
+ - organization
202
+ - verification
203
+ - agent-provisioning
204
+ - agent-service
205
+ - cloud-wallet
206
+ - geolocation
207
+ - notification
170
208
image : ghcr.io/credebl/webhook:latest
171
209
env_file :
172
210
- ./.env
173
- schema-file-server :
174
- container_name : schema-file-server
175
- image : ghcr.io/credebl/schema-file-server:latest
176
- env_file :
177
- - ./.env
178
211
179
212
volumes :
180
213
cache :
You can’t perform that action at this time.
0 commit comments