Files
grafana/devenv/docker/blocks/openldap-mac/docker-compose.yaml
T
linoman 52904151f1 Update open ldap for macos (#53819)
* Add new OpenLDAP Docker block for macOS

* Add preconfigured users, groups and modules

* Add README
2022-08-18 12:31:19 +02:00

16 lines
430 B
YAML

openldap-mac:
container_name: ldap
image: osixia/openldap
environment:
LDAP_ORGANISATION: grafana
LDAP_DOMAIN: grafana.org
LDAP_ADMIN_PASSWORD: grafana
LDAP_SEED_INTERNAL_LDIF_PATH: /tmp/smt/
ports:
- 389:389
- 636:636
restart: unless-stopped
volumes:
- ./docker/blocks/openldap-mac/prepopulate/:/tmp/smt/
- ./docker/blocks/openldap-mac/modules/:/tmp/smt/