canaille-globuzma/demo/docker-compose.yml

16 lines
468 B
YAML
Raw Normal View History

---
version: "3"
services:
ldap:
image: osixia/openldap
environment:
- LDAP_DOMAIN=mydomain.tld
volumes:
- ./ldif/bootstrap.ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom/50-boostrap.ldif:ro
2022-03-08 18:22:52 +00:00
- ../canaille/ldap_backend/schemas/oauth2-openldap.ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom/40-oauth2.ldif:ro
command: --copy-service --loglevel debug
ports:
- 5389:389
- 5636:636