mirror of
https://github.com/bitwarden/server.git
synced 2024-11-23 12:25:16 +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
|
||||||
|
@ -59,7 +59,7 @@ services:
|
|||||||
container_name: bw-mysql
|
container_name: bw-mysql
|
||||||
ports:
|
ports:
|
||||||
- "3306:3306"
|
- "3306:3306"
|
||||||
command:
|
command:
|
||||||
- --default-authentication-plugin=mysql_native_password
|
- --default-authentication-plugin=mysql_native_password
|
||||||
- --innodb-print-all-deadlocks=ON
|
- --innodb-print-all-deadlocks=ON
|
||||||
environment:
|
environment:
|
||||||
@ -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