node-ldapjs/docker-compose.yml

11 lines
319 B
YAML
Raw Normal View History

services:
openldap:
2023-08-03 14:18:50 +00:00
image: ghcr.io/ldapjs/docker-test-openldap/openldap:2023-03-18
ports:
- 389:389
- 636:636
2023-08-03 14:18:50 +00:00
healthcheck:
start_period: 3s
test: >
/usr/bin/ldapsearch -Y EXTERNAL -Q -H ldapi:// -b ou=people,dc=planetexpress,dc=com -LLL '(cn=Turanga Leela)' cn 1>/dev/null