Skip to content

Commit

Permalink
persistent volumes for mysql and ldap
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored May 8, 2018
1 parent 269044d commit 897c9db
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ services:
ports:
- "389:389"
- "3306:3306"
volumes:
- grouper_mysql: /var/lib/mysql
- grouper_ldap: /var/lib/dirsrv


idp:
Expand Down Expand Up @@ -261,3 +264,10 @@ secrets:
file: ./configs-and-secrets/grouper/subject.properties
sp-key.pem:
file: ./configs-and-secrets/shibboleth/sp-key.pem


volumes:
grouper_mysql:
driver: local
grouper_ldap:
driver: local

0 comments on commit 897c9db

Please sign in to comment.