mirror of
https://github.com/ViViDboarder/bitwarden_rs_ldap.git
synced 2024-11-24 20:26:27 +00:00
14 lines
348 B
YAML
14 lines
348 B
YAML
---
|
|
services:
|
|
ldap_sync:
|
|
volumes:
|
|
- ./itest/config-anon.toml:/config.toml:ro
|
|
|
|
vaultwarden: {}
|
|
|
|
ldap:
|
|
command: ["--copy-service"]
|
|
volumes:
|
|
- ./itest/ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom
|
|
- ./itest/schema/anon.ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom/anon.ldif
|