More LDAP compose file into correct source set

See gh-41257
This commit is contained in:
Andy Wilkinson
2024-06-27 10:58:25 +01:00
parent b2ddea74ee
commit adad8a3515

View File

@@ -0,0 +1,11 @@
services:
ldap:
image: '{imageName}'
environment:
- 'LDAP_DOMAIN=ldap.example.org'
- 'LDAP_ADMIN_PASSWORD=somepassword'
- 'LDAP_TLS=true'
hostname: ldap
ports:
- "389"
- "636"