This repository was archived by the owner on Aug 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-16
lines changed
Expand file tree Collapse file tree 1 file changed +11
-16
lines changed Original file line number Diff line number Diff line change @@ -4,39 +4,34 @@ services:
44 brapi-java-server-v1 :
55 image : brapicoordinatorselby/brapi-java-server:v1
66 restart : unless-stopped
7- depends_on :
7+ depends_on :
88 - postgres
99 volumes :
1010 - /home/jenkins/brapi.org/brapi-test-server/properties/v1/application.properties:/home/brapi/properties/application.properties
1111 brapi-java-server-v2 :
1212 image : brapicoordinatorselby/brapi-java-server:v2
1313 restart : unless-stopped
14- depends_on :
14+ depends_on :
1515 - postgres
1616 volumes :
1717 - /home/jenkins/brapi.org/brapi-test-server/properties/v2/application.properties:/home/brapi/properties/application.properties
1818 keycloak-brapi :
19- image : jboss/ keycloak:12.0.1
19+ image : brapicoordinatorselby/brapi- keycloak:latest
2020 restart : unless-stopped
21- depends_on :
21+ entrypoint : /opt/keycloak/bin/kc.sh start --optimized --proxy edge
22+ depends_on :
2223 - postgres
23- volumes :
24- - /home/jenkins/brapi.org/brapi-test-server/keycloak/standalone.xml:/opt/jboss/keycloak/standalone/configuration/standalone.xml
2524 environment :
2625 - KEYCLOAK_USER
2726 - KEYCLOAK_PASSWORD
28- - DB_VENDOR
29- - DB_ADDR
30- - DB_DATABASE
31- - DB_USER
32- - DB_PASSWORD
33- - PROXY_ADDRESS_FORWARDING=true
27+ - KC_HOSTNAME=auth.brapi.org
28+ - KC_DB
29+ - KC_DB_URL
30+ - KC_DB_USERNAME
31+ - KC_DB_PASSWORD
3432 postgres :
35- image : postgres
33+ image : postgres:13
3634 restart : unless-stopped
37- environment :
38- - POSTGRES_USER
39- - POSTGRES_PASSWORD
4035 volumes :
4136 - /home/jenkins/brapi.org/brapi-test-server/data:/var/lib/postgresql/data
4237networks :
You can’t perform that action at this time.
0 commit comments