mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-19 23:09:21 +01:00
fix(exmaples): env var
This commit is contained in:
parent
fdae86a9e2
commit
0c21ecb418
@ -81,7 +81,7 @@ services:
|
||||
SEMAPHORE_LDAP_SERVER: "ldap:3389"
|
||||
SEMAPHORE_LDAP_SEARCH_DN: "ou=users,dc=ldap,dc=goauthentik,dc=io"
|
||||
SEMAPHORE_LDAP_BIND_DN: "cn=ldapservice,ou=users,dc=ldap,dc=goauthentik,dc=io"
|
||||
SEMAPHORE_LDAP_USERFILTER: "(&(objectClass=inetOrgPerson)(cn=%s))"
|
||||
SEMAPHORE_LDAP_SEARCH_FILTER: "(&(objectClass=inetOrgPerson)(cn=%s))"
|
||||
SEMAPHORE_NON_ADMIN_CAN_CREATE_PROJECT: "yes"
|
||||
SEMAPHORE_LDAP_MAPPING_DN: "dn"
|
||||
SEMAPHORE_LDAP_MAPPING_MAIL: "mail"
|
||||
|
@ -38,7 +38,7 @@ services:
|
||||
SEMAPHORE_LDAP_SEARCH_DN: "dc=example,dc=org"
|
||||
SEMAPHORE_LDAP_BIND_DN: "cn=admin,dc=example,dc=org"
|
||||
SEMAPHORE_LDAP_BIND_PASSWORD: "admin"
|
||||
SEMAPHORE_LDAP_USERFILTER: "(&(objectClass=inetOrgPerson)(uid=%s))"
|
||||
SEMAPHORE_LDAP_SEARCH_FILTER: "(&(objectClass=inetOrgPerson)(uid=%s))"
|
||||
SEMAPHORE_NON_ADMIN_CAN_CREATE_PROJECT: "yes"
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
Loading…
Reference in New Issue
Block a user