minor changes for Docker deployment configuration
This commit is contained in:
parent
aff4df706b
commit
9bd727bb79
|
@ -8,6 +8,10 @@ services:
|
||||||
- SPRING_PROFILES_ACTIVE=prod,api-docs
|
- SPRING_PROFILES_ACTIVE=prod,api-docs
|
||||||
- MANAGEMENT_METRICS_EXPORT_PROMETHEUS_ENABLED=true
|
- MANAGEMENT_METRICS_EXPORT_PROMETHEUS_ENABLED=true
|
||||||
- SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_OIDC_ISSUER_URI=http://keycloak:9080/realms/jhipster
|
- SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_OIDC_ISSUER_URI=http://keycloak:9080/realms/jhipster
|
||||||
|
- SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_OIDC_AUTHORIZATION_URI=https://accounts.dev.d4science.org/auth/realms/d4science/protocol/openid-connect/auth
|
||||||
|
- SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_OIDC_TOKEN_URI=https://accounts.dev.d4science.org/auth/realms/d4science/protocol/openid-connect/token
|
||||||
|
- SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_OIDC_USER_INFO_URI=https://accounts.dev.d4science.org/auth/realms/d4science/protocol/openid-connect/userinfo
|
||||||
|
- SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_OIDC_JWK_SET_URI=https://accounts.dev.d4science.org/auth/realms/d4science/protocol/openid-connect/certs
|
||||||
- SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_OIDC_CLIENT_ID=web_app
|
- SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_OIDC_CLIENT_ID=web_app
|
||||||
- SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_OIDC_CLIENT_SECRET=web_app
|
- SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_OIDC_CLIENT_SECRET=web_app
|
||||||
- JHIPSTER_SLEEP=5 # gives time for other services to boot before the application
|
- JHIPSTER_SLEEP=5 # gives time for other services to boot before the application
|
||||||
|
|
Loading…
Reference in New Issue