File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,20 @@ oidcdata:
44 env_file :
55 - common.env
66 - services/openidconnect/openidconnect.env
7+ - services/openldap/LDAP.env
78oidc :
89 container_name : adapter
910 image : learninglayers/openidconnect:0.0.1
1011 env_file :
1112 - common.env
1213 - services/openidconnect/openidconnect.env
14+ - services/openldap/LDAP.env
1315 volumes_from :
1416 - oidcdata
1517 links :
1618 - mysql
1719 - openldap
1820 volumes :
1921 - /dev/urandom:/dev/random
22+ actions :
23+ - create_databases : openidconnect.env
Original file line number Diff line number Diff line change 1- OIDC_DB_NAME = OpenIDConnect
2- OIDC_DB_USER = oidc
3- OIDC_DB_PASS = layers
4- LDAP_ROOT_DN = layers
5- LDAP_ADMINS = layers
1+ DOC_DB_NAME = OpenIDConnect
2+ DOC_DB_USER = oidc
3+ DOC_DB_FILE = openidconnect.sql
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments