mirror of
https://github.com/ViViDboarder/bitwarden_rs_ldap.git
synced 2024-11-22 19:26:26 +00:00
13 lines
275 B
YAML
13 lines
275 B
YAML
|
---
|
||
|
services:
|
||
|
ldap_sync:
|
||
|
volumes:
|
||
|
- ./itest/config-anon.toml:/config.toml:ro
|
||
|
|
||
|
vaultwarden: {}
|
||
|
|
||
|
ldap:
|
||
|
command: ["--copy-service"]
|
||
|
volumes:
|
||
|
- ./itest/50-seed-user.ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom/50-seed-user.ldif
|