Skip to content

Commit

Permalink
Adding docker-compose changes related to shibb
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Kromhout committed Dec 10, 2020
1 parent 4ccdf5b commit 081ae06
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Workbench/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,18 @@ services:
- "/dev/tty:/dev/tty"
volumes:
- wordpress_server:/var/www/html
- type: bind
source: ./configs-and-secrets/wordpress/shibboleth/shibboleth2.xml
target: /etc/shibboleth/shibboleth2.xml
- type: bind
source: ./configs-and-secrets/wordpress/httpd/host-cert.pem
target: /etc/pki/tls/certs/cachain.pem
- type: bind
source: ./configs-and-secrets/wordpress/shibboleth/sp-cert.pem
target: /etc/shibboleth/sp-cert.pem
secrets:
- source: w_sp-key.pem
target: shib_sp-key.pem

wordpress_data:
build: ./wordpress_data/
Expand Down Expand Up @@ -387,6 +399,9 @@ secrets:
# COmanage
c_sp-key.pem:
file: ./configs-and-secrets/comanage/shibboleth/sp-key.pem
# Wordpress
w_sp-key.pem:
file: ./configs-and-secrets/wordpress/shibboleth/sp-key.pem

volumes:
grouper_data:
Expand Down

0 comments on commit 081ae06

Please sign in to comment.