mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-05 02:20:28 -05:00
added LDAP_GROUP_BASE_DN and LDAP_USER_BASE_DN envs needed for parallel deployment tests
This commit is contained in:
@@ -4,6 +4,8 @@ version: "3.7"
|
||||
services:
|
||||
ocis:
|
||||
environment:
|
||||
LDAP_GROUP_BASE_DN: "ou=TestGroups,dc=owncloud,dc=com"
|
||||
LDAP_USER_BASE_DN: "ou=TestUsers,dc=owncloud,dc=com"
|
||||
PROXY_ENABLE_BASIC_AUTH: "true"
|
||||
|
||||
oc10:
|
||||
|
||||
Reference in New Issue
Block a user