This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 9bd15271 authored by eduardDeploy's avatar eduardDeploy
Browse files

Merge branch 'keycloak_theme' of...

Merge branch 'keycloak_theme' of https://sharing-codeability.uibk.ac.at/sharing/codeability-sharing-platform into keycloak_theme
parents c653a867 6da33794
Branches
3 merge requests!166Deploying Februrar 23 Release,!158Keycloak theme,!146Put the sonar-analyze job into a separate stage
...@@ -82,7 +82,7 @@ services: ...@@ -82,7 +82,7 @@ services:
ports: ports:
- 8082:8080 - 8082:8080
volumes: volumes:
- ../../../../../../../gitsearch/src/main/resources/keycloak-theme/themes/gitsearch - ../../../../../../../gitsearch/src/main/resources/keycloak-theme/themes/gitsearch:/opt/jboss/keycloak/themes/gitsearch
#- /home/contDeploy/gitsearch2/gitsearch/src/main/resources/keycloak-theme/themes/gitsearch:/opt/jboss/keycloak/themes/gitsearch #- /home/contDeploy/gitsearch2/gitsearch/src/main/resources/keycloak-theme/themes/gitsearch:/opt/jboss/keycloak/themes/gitsearch
# - ../resources/keycloak-theme/configuration:/opt/jboss/keycloak/standalone/configuration # - ../resources/keycloak-theme/configuration:/opt/jboss/keycloak/standalone/configuration
depends_on: depends_on:
......
...@@ -22,14 +22,14 @@ services: ...@@ -22,14 +22,14 @@ services:
DB_USER: keycloak DB_USER: keycloak
DB_SCHEMA: public DB_SCHEMA: public
DB_PASSWORD: password DB_PASSWORD: password
KEYCLOAK_USER: admin # KEYCLOAK_USER: admin
KEYCLOAK_PASSWORD: Pa55w0rd # KEYCLOAK_PASSWORD: Pa55w0rd
PROXY_ADDRESS_FORWARDING: 'true' PROXY_ADDRESS_FORWARDING: 'true'
# Uncomment the line below if you want to specify JDBC parameters. The parameter below is just an example, and it shouldn't be used in production without knowledge. It is highly recommended that you read the PostgreSQL JDBC driver documentation in order to use it. # Uncomment the line below if you want to specify JDBC parameters. The parameter below is just an example, and it shouldn't be used in production without knowledge. It is highly recommended that you read the PostgreSQL JDBC driver documentation in order to use it.
#JDBC_PARAMS: "ssl=true" #JDBC_PARAMS: "ssl=true"
ports: ports:
- 8082:8080 - 8082:8080
volumes: volumes:
- ../../../../../../../gitsearch/src/main/resources/keycloak-theme/themes/gitsearch - ../../../../../../../gitsearch/src/main/resources/keycloak-theme/themes/gitsearch:/opt/jboss/keycloak/themes/gitsearch
depends_on: depends_on:
- postgres - postgres
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment