@@ -15,7 +15,7 @@ services:
1515 build :
1616 context : ../../postgresql
1717 container_name : postgres
18- image : ghcr.io/neicnordic /sensitive-data-archive:PR${PR_NUMBER}-postgres
18+ image : ghcr.io/biobanklab /sensitive-data-archive:PR${PR_NUMBER}-postgres
1919 depends_on :
2020 certfixer :
2121 condition : service_completed_successfully
@@ -53,7 +53,7 @@ services:
5353 rabbitmq :
5454 build :
5555 context : ../../rabbitmq
56- image : ghcr.io/neicnordic /sensitive-data-archive:PR${PR_NUMBER}-rabbitmq
56+ image : ghcr.io/biobanklab /sensitive-data-archive:PR${PR_NUMBER}-rabbitmq
5757 container_name : rabbitmq
5858 depends_on :
5959 certfixer :
@@ -105,16 +105,15 @@ services:
105105 condition : service_healthy
106106 entrypoint : >
107107 /bin/sh -c "
108- /usr/bin/mc config host add s3 http://outbox:9000 minio miniostorage;
108+ /usr/bin/mc alias set s3 http://outbox:9000 minio miniostorage;
109109 /usr/bin/mc mb s3/lega;
110- exit 0;
111110 "
112111
113112 doa :
114113 container_name : doa
115114 build :
116115 context : ../../sda-doa
117- image : ghcr.io/neicnordic /sensitive-data-archive:PR${PR_NUMBER}-doa
116+ image : ghcr.io/biobanklab /sensitive-data-archive:PR${PR_NUMBER}-doa
118117 depends_on :
119118 postgres :
120119 condition : service_healthy
@@ -138,7 +137,6 @@ services:
138137 - CRYPT4GH_PRIVATE_KEY_PATH=test/crypt4gh.sec.pem
139138 - CRYPT4GH_PRIVATE_KEY_PASSWORD_PATH=test/crypt4gh.pass
140139 - OUTBOX_TYPE=S3
141- - SSL_ENABLED=false
142140 - ROOT_CERT_PATH=/certs/ca.crt
143141 - CERT_PATH=/certs/client.crt
144142 - CERT_KEY=/certs/client.der
@@ -159,15 +157,17 @@ services:
159157 volumes :
160158 - ../../sda-doa/src:/sda-doa/src
161159 - ../../sda-doa/pom.xml:/sda-doa/pom.xml
162- - ../../sda-doa/settings.xml:/root/.m2/settings.xml
163160 - ./tests:/tests
164161 - encryption_files:/test
165162 - client_certs:/certs
166163
167164 depends_on :
168- - doa
169- - mockauth
170- - init-bucket
165+ doa :
166+ condition : service_started
167+ mockauth :
168+ condition : service_started
169+ init-bucket :
170+ condition : service_completed_successfully
171171 environment :
172172 - OUTBOX_TYPE=S3
173173 - DOA_URL=http://doa:8080
0 commit comments