mirror of
https://github.com/ViViDboarder/bitwarden_rs_ldap.git
synced 2025-01-23 08:44:15 +00:00
19 lines
483 B
YAML
19 lines
483 B
YAML
---
|
|
services:
|
|
ldap_sync:
|
|
environment:
|
|
CONFIG_PATH: ""
|
|
APP_VAULTWARDEN_URL: "http://vaultwarden:80"
|
|
APP_VAULTWARDEN_ADMIN_TOKEN: "admin"
|
|
APP_LDAP_HOST: "ldap"
|
|
APP_LDAP_SEARCH_BASE_DN: "dc=example,dc=org"
|
|
APP_LDAP_SEARCH_FILTER: "(&(objectClass=*)(uid=*))"
|
|
APP_LDAP_SYNC_LOOP: "false"
|
|
|
|
vaultwarden: {}
|
|
|
|
ldap:
|
|
environment:
|
|
# Just to make sure there is no accidental auth using merged configs
|
|
LDAP_ADMIN_PASSWORD: NONE
|