mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Add LDAP config instead sed use * Add container name * Add SizeLimit option to client and to server. Probably useless at this point, but it's better to have it then otherwise
12 lines
222 B
YAML
12 lines
222 B
YAML
openldap:
|
|
container_name: ldap
|
|
build: docker/blocks/openldap
|
|
environment:
|
|
SLAPD_PASSWORD: grafana
|
|
SLAPD_DOMAIN: grafana.org
|
|
SLAPD_ADDITIONAL_MODULES: memberof
|
|
ports:
|
|
- "389:389"
|
|
|
|
|