@@ -4,6 +4,7 @@ services:
44 hub1 :
55 image : silintl/ssp-base:develop
66 volumes :
7+ - ./development/run.sh:/data/run.sh
78 - ./development/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
89 - ./development/hub1/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
910 - ./development/hub1/saml20-idp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/idp-remote.php
@@ -37,6 +38,7 @@ services:
3738 idp1 : # used for basic testing
3839 image : silintl/ssp-base:develop
3940 volumes :
41+ - ./development/run.sh:/data/run.sh
4042 - ./development/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
4143 - ./development/idp1/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
4244 - ./development/idp1/saml20-idp-hosted.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-hosted.php
@@ -59,6 +61,7 @@ services:
5961 idp2 : # used for expiry testing
6062 image : silintl/ssp-base:develop
6163 volumes :
64+ - ./development/run.sh:/data/run.sh
6265 - ./development/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
6366 - ./development/idp2/enable:/data/vendor/simplesamlphp/simplesamlphp/modules/exampleauth/enable
6467 - ./development/idp2/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
@@ -89,6 +92,7 @@ services:
8992 idp4 : # used for mfa testing (as well as some helpful links)
9093 image : silintl/ssp-base:develop
9194 volumes :
95+ - ./development/run.sh:/data/run.sh
9296 - ./development/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
9397 - ./development/idp4/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
9498 - ./development/idp4/saml20-idp-hosted.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-hosted.php
@@ -193,6 +197,7 @@ services:
193197 hub2 : # used for announcement testing
194198 image : silintl/ssp-base:develop
195199 volumes :
200+ - ./development/run.sh:/data/run.sh
196201 - ./development/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
197202 - ./development/hub2/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
198203 - ./development/hub2/saml20-idp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-remote.php
@@ -223,6 +228,7 @@ services:
223228 idp3 : # used for announcement testing
224229 image : silintl/ssp-base:develop
225230 volumes :
231+ - ./development/run.sh:/data/run.sh
226232 - ./development/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
227233 - ./development/idp3/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
228234 - ./development/idp3/saml20-idp-hosted.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-hosted.php
@@ -250,6 +256,7 @@ services:
250256 sp1 :
251257 image : silintl/ssp-base:develop
252258 volumes :
259+ - ./development/run.sh:/data/run.sh
253260 - ./development/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
254261 - ./development/sp1/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
255262 - ./development/sp1/saml20-idp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-remote.php
@@ -271,6 +278,7 @@ services:
271278 sp2 : # used for announcement testing
272279 image : silintl/ssp-base:develop
273280 volumes :
281+ - ./development/run.sh:/data/run.sh
274282 - ./development/cert:/data/vendor/simplesamlphp/simplesamlphp/cert
275283 - ./development/sp2/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php
276284 - ./development/sp2/saml20-idp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-remote.php
0 commit comments