Shibboleth Idp3 as docker install on AWS
smathew
smathew at hbs.edu
Wed May 27 14:26:57 UTC 2020
For future reference, I was able to get mounted working with docker-compose:
version: "3.3"
services:
idp:
build:
context: ./
networks:
- front
- back
ports:
- "443:443"
volumes:
- "./cee/tomcat/conf:/usr/local/tomcat/conf"
- "./cee/tomcat/lib:/usr/local/tomcat/lib"
- "./cee/tomcat/logs:/usr/local/tomcat/logs"
- "./cee/tomcat/wwwroot:/usr/local/tomcat/webapps/ROOT"
- "./cee/opt/certs:/opt/certs"
- "./cee/shibboleth/conf:/opt/shibboleth-idp/conf"
- "./cee/shibboleth/credentials:/opt/shibboleth-idp/credentials"
- "./cee/shibboleth/views:/opt/shibboleth-idp/views"
- "./cee/shibboleth/edit-webapp:/opt/shibboleth-idp/edit-webapp"
- "./cee/shibboleth/logs:/opt/shibboleth-idp/logs"
- "./cee/shibboleth/messages:/opt/shibboleth-idp/messages"
- "./cee/shibboleth/metadata:/opt/shibboleth-idp/metadata"
networks:
front:
driver: bridge
back:
driver: bridge
--
Sent from: https://shibboleth.1660669.n2.nabble.com/Shibboleth-Users-f1660767.html
More information about the users
mailing list