mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
11 lines
190 B
YAML
11 lines
190 B
YAML
|
|
openldap:
|
||
|
|
build: blocks/openldap
|
||
|
|
environment:
|
||
|
|
SLAPD_PASSWORD: grafana
|
||
|
|
SLAPD_DOMAIN: grafana.org
|
||
|
|
SLAPD_ADDITIONAL_MODULES: memberof
|
||
|
|
ports:
|
||
|
|
- "389:389"
|
||
|
|
|
||
|
|
|