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

Skip to content
Snippets Groups Projects
Commit 25d5f881 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 a05446bc 19908865
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -82,7 +82,7 @@ services:
ports:
- 8082:8080
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
# - ../resources/keycloak-theme/configuration:/opt/jboss/keycloak/standalone/configuration
depends_on:
......
......@@ -22,14 +22,14 @@ services:
DB_USER: keycloak
DB_SCHEMA: public
DB_PASSWORD: password
KEYCLOAK_USER: admin
KEYCLOAK_PASSWORD: Pa55w0rd
# KEYCLOAK_USER: admin
# KEYCLOAK_PASSWORD: Pa55w0rd
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.
#JDBC_PARAMS: "ssl=true"
ports:
- 8082:8080
volumes:
- ../../../../../../../gitsearch/src/main/resources/keycloak-theme/themes/gitsearch
- ../../../../../../../gitsearch/src/main/resources/keycloak-theme/themes/gitsearch:/opt/jboss/keycloak/themes/gitsearch
depends_on:
- 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