@@ -4,7 +4,6 @@ services:
44 hub1 :
55 image : silintl/ssp-base:develop
66 volumes :
7- - ./development/run.sh:/data/run.sh
87 - ./development/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
98 - ./development/hub1/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
109 - ./development/hub1/saml20-idp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/idp-remote.php
@@ -38,7 +37,6 @@ services:
3837 idp1 : # used for basic testing
3938 image : silintl/ssp-base:develop
4039 volumes :
41- - ./development/run.sh:/data/run.sh
4240 - ./development/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
4341 - ./development/idp1/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
4442 - ./development/idp1/saml20-idp-hosted.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-hosted.php
@@ -61,7 +59,6 @@ services:
6159 idp2 : # used for expiry testing
6260 image : silintl/ssp-base:develop
6361 volumes :
64- - ./development/run.sh:/data/run.sh
6562 - ./development/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
6663 - ./development/idp2/enable:/data/vendor/simplesamlphp/simplesamlphp/modules/exampleauth/enable
6764 - ./development/idp2/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
@@ -92,7 +89,6 @@ services:
9289 idp4 : # used for mfa testing (as well as some helpful links)
9390 image : silintl/ssp-base:develop
9491 volumes :
95- - ./development/run.sh:/data/run.sh
9692 - ./development/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
9793 - ./development/idp4/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
9894 - ./development/idp4/saml20-idp-hosted.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-hosted.php
@@ -171,7 +167,6 @@ services:
171167 API_ACCESS_KEYS : " test-cli-abc123"
172168 APP_ENV : " dev"
173169 MIGRATE_PW_FROM_LDAP : " false"
174- command : ["bash", "-c", "whenavail brokerDb 3306 60 ./yii migrate --interactive=0 && ./run.sh"]
175170
176171 brokerDb :
177172 image : mariadb:10
@@ -197,7 +192,6 @@ services:
197192 hub2 : # used for announcement testing
198193 image : silintl/ssp-base:develop
199194 volumes :
200- - ./development/run.sh:/data/run.sh
201195 - ./development/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
202196 - ./development/hub2/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
203197 - ./development/hub2/saml20-idp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-remote.php
@@ -228,7 +222,6 @@ services:
228222 idp3 : # used for announcement testing
229223 image : silintl/ssp-base:develop
230224 volumes :
231- - ./development/run.sh:/data/run.sh
232225 - ./development/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
233226 - ./development/idp3/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
234227 - ./development/idp3/saml20-idp-hosted.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-hosted.php
@@ -256,7 +249,6 @@ services:
256249 sp1 :
257250 image : silintl/ssp-base:develop
258251 volumes :
259- - ./development/run.sh:/data/run.sh
260252 - ./development/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
261253 - ./development/sp1/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
262254 - ./development/sp1/saml20-idp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-remote.php
@@ -278,7 +270,6 @@ services:
278270 sp2 : # used for announcement testing
279271 image : silintl/ssp-base:develop
280272 volumes :
281- - ./development/run.sh:/data/run.sh
282273 - ./development/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
283274 - ./development/sp2/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
284275 - ./development/sp2/saml20-idp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-remote.php
0 commit comments