mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
Remove OpenLDAP docker configuration (#4902)
This has been moved to the Directory Connector repository.
This commit is contained in:
parent
a587de4226
commit
7a509d20da
1
dev/.gitignore
vendored
1
dev/.gitignore
vendored
@ -5,7 +5,6 @@ secrets.json
|
|||||||
# Docker container configurations
|
# Docker container configurations
|
||||||
.env
|
.env
|
||||||
authsources.php
|
authsources.php
|
||||||
directory.ldif
|
|
||||||
|
|
||||||
# Development certificates
|
# Development certificates
|
||||||
identity_server_dev.crt
|
identity_server_dev.crt
|
||||||
|
@ -84,20 +84,6 @@ services:
|
|||||||
profiles:
|
profiles:
|
||||||
- idp
|
- 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
|
|
||||||
|
|
||||||
reverse-proxy:
|
reverse-proxy:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
container_name: reverse-proxy
|
container_name: reverse-proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user