docker-compose.yaml 613 B

12345678910111213141516
  1. saml:
  2. container_name: saml
  3. image: kristophjunge/test-saml-idp
  4. environment:
  5. SIMPLESAMLPHP_SP_ENTITY_ID: http://grafana.com
  6. SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE: http://localhost/simplesaml/module.php/saml/sp/saml2-acs.php/test-sp
  7. SIMPLESAMLPHP_SP_SINGLE_LOGOUT_SERVICE: http://localhost/simplesaml/module.php/saml/sp/saml2-logout.php/test-sp
  8. SIMPLESAMLPHP_ADMIN_PASSWORD: grafana
  9. SIMPLESAMLPHP_SECRET_SALT: salt
  10. ports:
  11. - "8080:8080"
  12. - "8443:8443"
  13. volumes:
  14. - ./docker/blocks/saml/users.php:/var/www/simplesamlphp/config/authsources.php