mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2026-06-23 04:10:17 +00:00
chore: add docker compose for auth provider
Add ldap tes server to allow to easily work with that Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
committed by
Erik Michelson
parent
77dc9f731e
commit
ec134101a4
@@ -0,0 +1,10 @@
|
||||
# SPDX-FileCopyrightText: 2026 The HedgeDoc developers (see AUTHORS file)
|
||||
# SPDX-License-Identifier: AGPL-3.0-only
|
||||
---
|
||||
services:
|
||||
ldap:
|
||||
# renovate: datasource=docker depName=rroemhild/test-openldap
|
||||
image: rroemhild/test-openldap
|
||||
ports:
|
||||
- "10389:10389"
|
||||
- "10636:10636"
|
||||
Reference in New Issue
Block a user