Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #40 from docker/persistent-data-volume
Persistent data volumes for ldap and mysql
chubing committed May 8, 2018
2 parents 269044d + d32b03e commit eff9c3d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test-compose/docker-compose.yml
@@ -210,6 +210,9 @@ services:
ports:
- "389:389"
- "3306:3306"
volumes:
- grouper_mysql:/var/lib/mysql
- grouper_ldap:/var/lib/dirsrv


idp:
@@ -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 eff9c3d

Please sign in to comment.