You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 satır
533B

  1. NEXTCLOUD_ADMIN_PWD_FILE=/run/secrets/admin_pwd
  2. NEXTCLOUD_SALT_FILE=/run/secrets/salt
  3. NEXTCLOUD_SECRET_FILE=/run/secrets/secret
  4. DATA_CHOWN=1
  5. # LDAP
  6. LDAP_SERVER_HOST=openldap
  7. LDAP_BIND_DN=uid=${LDAP_NEXTCLOUD_UID},ou=services,dc=${ORGANIZATION},dc=${EXTENSION}
  8. LDAP_BIND_PWD_FILE=/run/secrets/ldap_pwd
  9. #LDAP_SEARCH_BASE=ou=people,dc=${ORGANIZATION},dc=${EXTENSION}
  10. LDAP_SEARCH_BASE=dc=${ORGANIZATION},dc=${EXTENSION}
  11. # DB
  12. MYSQL_ROOT_PWD_FILE=/run/secrets/mysql_pwd
  13. DB_HOST=db
  14. NEXTCLOUD_DB_NAME=nextcloud
  15. NEXTCLOUD_DB_USER=nextcloud