mirror of
https://github.com/alerta/alerta.git
synced 2025-01-24 01:10:24 +00:00
16 lines
347 B
YAML
16 lines
347 B
YAML
version: '3'
|
|
|
|
services:
|
|
openldap:
|
|
image: rroemhild/test-openldap
|
|
ports:
|
|
- 389:389
|
|
|
|
saml-idp:
|
|
image: jamedjo/test-saml-idp
|
|
ports:
|
|
- 9443:8443
|
|
- 9080:8080
|
|
environment:
|
|
SIMPLESAMLPHP_SP_ENTITY_ID: http://localhost:8080
|
|
SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE: http://localhost:8080/auth/saml
|