mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
Add docker-compose profile for openldap (#2052)
This commit is contained in:
parent
9ed4314d8d
commit
76e0790ff8
4
dev/.gitignore
vendored
4
dev/.gitignore
vendored
@ -1,8 +1,12 @@
|
||||
.data
|
||||
secrets.json
|
||||
|
||||
# Docker container configurations
|
||||
.env
|
||||
authsources.php
|
||||
directory.ldif
|
||||
|
||||
# Development certificates
|
||||
identity_server_dev.crt
|
||||
identity_server_dev.key
|
||||
identity_server_dev.pfx
|
||||
|
@ -84,6 +84,20 @@ services:
|
||||
profiles:
|
||||
- idp
|
||||
|
||||
open-ldap:
|
||||
image: osixia/openldap:1.5.0
|
||||
command: --copy-service
|
||||
environment:
|
||||
LDAP_ORGANISATION: "Bitwarden"
|
||||
LDAP_DOMAIN: "bitwarden.com"
|
||||
volumes:
|
||||
- ./directory.ldif:/container/service/slapd/assets/config/bootstrap/ldif/output.ldif
|
||||
ports:
|
||||
- '389:389'
|
||||
- '636:636'
|
||||
profiles:
|
||||
- ldap
|
||||
|
||||
volumes:
|
||||
edgesql_dev_data:
|
||||
postgres_dev_data:
|
||||
|
Loading…
Reference in New Issue
Block a user