Skip to content

Commit

Permalink
Fix docker compose for openldap and oauth (grafana#54745)
Browse files Browse the repository at this point in the history
* Fix reference for `openldap` block

* Fix volume reference for `oauth` block
  • Loading branch information
linoman authored Sep 6, 2022
1 parent 661ac46 commit 638fb5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devenv/docker/blocks/auth/oauth/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion devenv/docker/blocks/auth/openldap/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 638fb5d

Please sign in to comment.