@@ -27,7 +27,7 @@ services:
2727 interval : 10s
2828 timeout : 2s
2929 retries : 6
30- image : ghcr.io/neicnordic /sensitive-data-archive:PR${PR_NUMBER}-postgres
30+ image : ghcr.io/biobanklab /sensitive-data-archive:PR${PR_NUMBER}-postgres
3131 ports :
3232 - " 15432:5432"
3333 restart : always
@@ -49,7 +49,7 @@ services:
4949 interval : 10s
5050 timeout : 5s
5151 retries : 6
52- image : ghcr.io/neicnordic /sensitive-data-archive:PR${PR_NUMBER}-rabbitmq
52+ image : ghcr.io/biobanklab /sensitive-data-archive:PR${PR_NUMBER}-rabbitmq
5353 ports :
5454 - " 15672:15672"
5555 restart : always
@@ -81,7 +81,7 @@ services:
8181 GOLANG_VERSION : ${GOLANG_VERSION:-1.20}
8282 context : ../../sda
8383 target : debug
84- image : ghcr.io/neicnordic /sensitive-data-archive:PR${PR_NUMBER}
84+ image : ghcr.io/biobanklab /sensitive-data-archive:PR${PR_NUMBER}
8585 command : [ sda-s3inbox ]
8686 container_name : s3inbox
8787 depends_on :
@@ -112,7 +112,7 @@ services:
112112 - " 18001:8001"
113113
114114 ingest :
115- image : ghcr.io/neicnordic /sensitive-data-archive:PR${PR_NUMBER}
115+ image : ghcr.io/biobanklab /sensitive-data-archive:PR${PR_NUMBER}
116116 command : [ sda-ingest ]
117117 container_name : ingest
118118 depends_on :
@@ -137,7 +137,7 @@ services:
137137 - shared:/shared
138138
139139 verify :
140- image : ghcr.io/neicnordic /sensitive-data-archive:PR${PR_NUMBER}
140+ image : ghcr.io/biobanklab /sensitive-data-archive:PR${PR_NUMBER}
141141 command : [ sda-verify ]
142142 container_name : verify
143143 depends_on :
@@ -162,7 +162,7 @@ services:
162162 - shared:/shared
163163
164164 finalize :
165- image : ghcr.io/neicnordic /sensitive-data-archive:PR${PR_NUMBER}
165+ image : ghcr.io/biobanklab /sensitive-data-archive:PR${PR_NUMBER}
166166 command : [ sda-finalize ]
167167 container_name : finalize
168168 depends_on :
@@ -187,7 +187,7 @@ services:
187187 - shared:/shared
188188
189189 mapper :
190- image : ghcr.io/neicnordic /sensitive-data-archive:PR${PR_NUMBER}
190+ image : ghcr.io/biobanklab /sensitive-data-archive:PR${PR_NUMBER}
191191 command : [ sda-mapper ]
192192 container_name : mapper
193193 depends_on :
@@ -211,7 +211,7 @@ services:
211211 - shared:/shared
212212
213213 sync :
214- image : ghcr.io/neicnordic /sensitive-data-archive:PR${PR_NUMBER}
214+ image : ghcr.io/biobanklab /sensitive-data-archive:PR${PR_NUMBER}
215215 command : [ sda-sync ]
216216 container_name : sync
217217 depends_on :
@@ -235,7 +235,7 @@ services:
235235 - shared:/shared
236236
237237 sync-api :
238- image : ghcr.io/neicnordic /sensitive-data-archive:PR${PR_NUMBER}
238+ image : ghcr.io/biobanklab /sensitive-data-archive:PR${PR_NUMBER}
239239 command : [ sda-syncapi ]
240240 container_name : sync-api
241241 depends_on :
@@ -309,7 +309,7 @@ services:
309309 - DB_USER=api
310310 extra_hosts :
311311 - " localhost:host-gateway"
312- image : ghcr.io/neicnordic /sensitive-data-archive:PR${PR_NUMBER}
312+ image : ghcr.io/biobanklab /sensitive-data-archive:PR${PR_NUMBER}
313313 ports :
314314 - " 8090:8080"
315315 restart : always
@@ -319,7 +319,7 @@ services:
319319 - shared:/shared
320320
321321 reencrypt :
322- image : ghcr.io/neicnordic /sensitive-data-archive:PR${PR_NUMBER}
322+ image : ghcr.io/biobanklab /sensitive-data-archive:PR${PR_NUMBER}
323323 command : [ sda-reencrypt ]
324324 container_name : reencrypt
325325 depends_on :
0 commit comments