ken_nogi/NodeJS/LDAP/node_modules/ldapjs/docker-compose.yml
Kenichiro NOGI 51a95c5e21 NodeJS
2025-07-10 10:12:37 +09:00

11 lines
319 B
YAML

services:
openldap:
image: ghcr.io/ldapjs/docker-test-openldap/openldap:2023-10-30
ports:
- 389:389
- 636:636
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