mirror of https://github.com/samply/bridgehead.git
fix: add postgres tag version
This commit is contained in:
parent
5ea782c90c
commit
51743b77e7
|
@ -7,7 +7,6 @@ BROKER_URL_FOR_PREREQ=$BROKER_URL
|
||||||
|
|
||||||
OIDC_USER_GROUP="BBMRI_$(capitalize_first_letter ${SITE_ID})"
|
OIDC_USER_GROUP="BBMRI_$(capitalize_first_letter ${SITE_ID})"
|
||||||
OIDC_ADMIN_GROUP="BBMRI_$(capitalize_first_letter ${SITE_ID})_Verwalter"
|
OIDC_ADMIN_GROUP="BBMRI_$(capitalize_first_letter ${SITE_ID})_Verwalter"
|
||||||
OIDC_PRIVATE_CLIENT_ID="BBMRI_${SITE_ID}-private"
|
|
||||||
OIDC_PUBLIC_CLIENT_ID="BBMRI_${SITE_ID}-public"
|
OIDC_PUBLIC_CLIENT_ID="BBMRI_${SITE_ID}-public"
|
||||||
# Use "test-realm-01" for testing
|
# Use "test-realm-01" for testing
|
||||||
OIDC_REALM="${OIDC_REALM:-test-realm-01}"
|
OIDC_REALM="${OIDC_REALM:-test-realm-01}"
|
||||||
|
@ -15,6 +14,8 @@ OIDC_URL="https://login.verbis.dkfz.de"
|
||||||
OIDC_ISSUER_URL="${OIDC_URL}/realms/${OIDC_REALM}"
|
OIDC_ISSUER_URL="${OIDC_URL}/realms/${OIDC_REALM}"
|
||||||
OIDC_GROUP_CLAIM="groups"
|
OIDC_GROUP_CLAIM="groups"
|
||||||
|
|
||||||
|
POSTGRES_TAG=15.6-alpine
|
||||||
|
|
||||||
# Makes sense for all European Biobanks
|
# Makes sense for all European Biobanks
|
||||||
: ${ENABLE_ERIC:=true}
|
: ${ENABLE_ERIC:=true}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue