fix(exmaples): env var

This commit is contained in:
fiftin 2024-06-01 16:07:02 +02:00
parent fdae86a9e2
commit 0c21ecb418
No known key found for this signature in database
GPG Key ID: 044381366A5D4731
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ services:
SEMAPHORE_LDAP_SERVER: "ldap:3389" SEMAPHORE_LDAP_SERVER: "ldap:3389"
SEMAPHORE_LDAP_SEARCH_DN: "ou=users,dc=ldap,dc=goauthentik,dc=io" 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_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_NON_ADMIN_CAN_CREATE_PROJECT: "yes"
SEMAPHORE_LDAP_MAPPING_DN: "dn" SEMAPHORE_LDAP_MAPPING_DN: "dn"
SEMAPHORE_LDAP_MAPPING_MAIL: "mail" SEMAPHORE_LDAP_MAPPING_MAIL: "mail"

View File

@ -38,7 +38,7 @@ services:
SEMAPHORE_LDAP_SEARCH_DN: "dc=example,dc=org" SEMAPHORE_LDAP_SEARCH_DN: "dc=example,dc=org"
SEMAPHORE_LDAP_BIND_DN: "cn=admin,dc=example,dc=org" SEMAPHORE_LDAP_BIND_DN: "cn=admin,dc=example,dc=org"
SEMAPHORE_LDAP_BIND_PASSWORD: "admin" 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" SEMAPHORE_NON_ADMIN_CAN_CREATE_PROJECT: "yes"
ports: ports:
- "3000:3000" - "3000:3000"