Skip to content

Commit

Permalink
Add shl creator redirect uri env var to dc file
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Apr 6, 2024
1 parent 81dd1d5 commit d8e4e7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ services:
VITE_OIDC_SERVER_BASE: https://keycloak.${BASE_DOMAIN}
VITE_OIDC_LOGOUT_ENDPOINT: https://keycloak.${BASE_DOMAIN}/realms/ltt/protocol/openid-connect/logout
VITE_OIDC_CHECK_SESSION_IFRAME: https://keycloak.${BASE_DOMAIN}/realms/ltt/protocol/openid-connect/login-status-iframe.html
VITE_POST_LOGOUT_REDIRECT_URI: https://${BASE_DOMAIN}/users
env_file:
shl-creator.env
labels:
Expand Down

0 comments on commit d8e4e7c

Please sign in to comment.