Fix docker compose for openldap and oauth (#54745)

* Fix reference for `openldap` block

* Fix volume reference for `oauth` block
This commit is contained in:
linoman 2022-09-06 14:22:03 +02:00 committed by GitHub
parent 661ac46e6c
commit 638fb5dc6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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