@@ -27,7 +27,7 @@ services:
27
27
auth :
28
28
container_name : auth
29
29
command : sda-auth
30
- image : ghcr.io/neicnordic/sensitive-data-archive:v0.3.25
30
+ image : ghcr.io/neicnordic/sensitive-data-archive:PR1099
31
31
networks :
32
32
- secure
33
33
depends_on :
@@ -71,7 +71,7 @@ services:
71
71
interval : 5s
72
72
timeout : 20s
73
73
retries : 20
74
- image : ghcr.io/neicnordic/sensitive-data-archive:v0.3.25 -rabbitmq
74
+ image : ghcr.io/neicnordic/sensitive-data-archive:PR1099 -rabbitmq
75
75
networks :
76
76
- secure
77
77
ports :
@@ -95,7 +95,7 @@ services:
95
95
interval : 5s
96
96
timeout : 20s
97
97
retries : 20
98
- image : ghcr.io/neicnordic/sensitive-data-archive:v0.3.25 -postgres
98
+ image : ghcr.io/neicnordic/sensitive-data-archive:PR1099 -postgres
99
99
networks :
100
100
- secure
101
101
restart : always
@@ -147,7 +147,7 @@ services:
147
147
- OIDC_CONFIGURATION_URL=http://${DOCKERHOST:-dockerhost}:8080/oidc/.well-known/openid-configuration
148
148
extra_hosts :
149
149
- ${DOCKERHOST:-dockerhost}:host-gateway
150
- image : harbor.nbis.se/gdi/sda-download:20240415
150
+ image : ghcr.io/neicnordic/sensitive-data-archive:PR1099-download
151
151
networks :
152
152
- public
153
153
- secure
@@ -178,7 +178,7 @@ services:
178
178
- BROKER_USER=${finalize_BROKER_USER}
179
179
- DB_PASSWORD=${finalize_DB_PASSWORD}
180
180
- DB_USER=${finalize_DB_USER}
181
- image : ghcr.io/neicnordic/sensitive-data-archive:v0.3.25
181
+ image : ghcr.io/neicnordic/sensitive-data-archive:PR1099
182
182
networks :
183
183
- secure
184
184
restart : always
@@ -204,7 +204,7 @@ services:
204
204
- BROKER_USER=${ingest_BROKER_USER}
205
205
- DB_PASSWORD=${ingest_DB_PASSWORD}
206
206
- DB_USER=${ingest_DB_USER}
207
- image : ghcr.io/neicnordic/sensitive-data-archive:v0.3.25
207
+ image : ghcr.io/neicnordic/sensitive-data-archive:PR1099
208
208
networks :
209
209
- secure
210
210
restart : always
@@ -230,7 +230,7 @@ services:
230
230
- BROKER_USER=${mapper_BROKER_USER}
231
231
- DB_PASSWORD=${mapper_DB_PASSWORD}
232
232
- DB_USER=${mapper_DB_USER}
233
- image : ghcr.io/neicnordic/sensitive-data-archive:v0.3.25
233
+ image : ghcr.io/neicnordic/sensitive-data-archive:PR1099
234
234
networks :
235
235
- secure
236
236
restart : always
@@ -256,7 +256,7 @@ services:
256
256
- BROKER_USER=${verify_BROKER_USER}
257
257
- DB_PASSWORD=${verify_DB_PASSWORD}
258
258
- DB_USER=${verify_DB_USER}
259
- image : ghcr.io/neicnordic/sensitive-data-archive:v0.3.25
259
+ image : ghcr.io/neicnordic/sensitive-data-archive:PR1099
260
260
networks :
261
261
- secure
262
262
restart : always
@@ -285,7 +285,7 @@ services:
285
285
- SERVER_JWTPUBKEYURL=http://${DOCKERHOST:-dockerhost}:8080/oidc/jwk
286
286
extra_hosts :
287
287
- ${DOCKERHOST:-dockerhost}:host-gateway
288
- image : ghcr.io/neicnordic/sensitive-data-archive:v0.3.25
288
+ image : ghcr.io/neicnordic/sensitive-data-archive:PR1099
289
289
networks :
290
290
- public
291
291
- secure
@@ -302,7 +302,7 @@ services:
302
302
depends_on :
303
303
credentials :
304
304
condition : service_completed_successfully
305
- image : ghcr.io/neicnordic/sensitive-data-archive:v0.3.25
305
+ image : ghcr.io/neicnordic/sensitive-data-archive:PR1099
306
306
networks :
307
307
- secure
308
308
restart : always
0 commit comments