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

Skip to content
Snippets Groups Projects
Commit 8e8fe742 authored by eduardDeploy's avatar eduardDeploy
Browse files

making paths relative to be able to deploy same way in prod and dev

parent 771bbd9b
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -82,7 +82,8 @@ services:
ports:
- 8082:8080
volumes:
- /home/contDeploy/gitsearch2/gitsearch/src/main/resources/keycloak-theme/themes/gitsearch:/opt/jboss/keycloak/themes/gitsearch
- ../../../../../../../gitsearch/src/main/resources/keycloak-theme/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:
- postgres
......
......@@ -29,5 +29,7 @@ services:
#JDBC_PARAMS: "ssl=true"
ports:
- 8082:8080
volumes:
- ../../../../../../../gitsearch/src/main/resources/keycloak-theme/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