mirror of
https://github.com/ViViDboarder/bitwarden_rs_ldap.git
synced 2024-10-31 16:56:26 +00:00
12 lines
223 B
YAML
12 lines
223 B
YAML
|
---
|
||
|
version: '3'
|
||
|
services:
|
||
|
ldap_sync:
|
||
|
|
||
|
vaultwarden:
|
||
|
|
||
|
ldap:
|
||
|
command: ["--copy-service"]
|
||
|
volumes:
|
||
|
- ./itest/50-seed-user.ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom/50-seed-user.ldif
|