Skip to content

Commit 49779c7

Browse files
OZ-37: Implement login with magic link, provider env added to keycloak docker compose
1 parent a3ee58e commit 49779c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose-keycloak.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services:
66
volumes:
77
- ${KEYCLOAK_CONFIG_PATH}/realms:/keycloak-files/realm-config
88
- ${KEYCLOAK_CONFIG_PATH}/themes/carbon:/opt/bitnami/keycloak/themes/carbon
9+
- ${KEYCLOAK_CONFIG_PATH}/providers:/opt/bitnami/keycloak/providers
910
environment:
1011
KC_HOSTNAME_URL: ${SERVER_SCHEME}://${KEYCLOAK_HOSTNAME}
1112
PROXY_ADDRESS_FORWARDING: "true"

0 commit comments

Comments
 (0)