mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
Fix docker compose for openldap
and oauth
(#54745)
* Fix reference for `openldap` block * Fix volume reference for `oauth` block
This commit is contained in:
parent
661ac46e6c
commit
638fb5dc6d
@ -6,7 +6,7 @@
|
||||
POSTGRES_USER: keycloak
|
||||
POSTGRES_PASSWORD: password
|
||||
volumes:
|
||||
- ./docker/blocks/oauth/cloak.sql:/docker-entrypoint-initdb.d/cloak.sql
|
||||
- ./docker/blocks/auth/oauth/cloak.sql:/docker-entrypoint-initdb.d/cloak.sql
|
||||
restart: unless-stopped
|
||||
|
||||
oauthkeycloak:
|
||||
|
@ -1,6 +1,6 @@
|
||||
openldap:
|
||||
container_name: ldap
|
||||
build: docker/blocks/openldap
|
||||
build: docker/blocks/auth/openldap
|
||||
environment:
|
||||
SLAPD_PASSWORD: grafana
|
||||
SLAPD_DOMAIN: grafana.org
|
||||
|
Loading…
Reference in New Issue
Block a user