File tree 1 file changed +11
-16
lines changed
1 file changed +11
-16
lines changed Original file line number Diff line number Diff line change @@ -4,39 +4,34 @@ services:
4
4
brapi-java-server-v1 :
5
5
image : brapicoordinatorselby/brapi-java-server:v1
6
6
restart : unless-stopped
7
- depends_on :
7
+ depends_on :
8
8
- postgres
9
9
volumes :
10
10
- /home/jenkins/brapi.org/brapi-test-server/properties/v1/application.properties:/home/brapi/properties/application.properties
11
11
brapi-java-server-v2 :
12
12
image : brapicoordinatorselby/brapi-java-server:v2
13
13
restart : unless-stopped
14
- depends_on :
14
+ depends_on :
15
15
- postgres
16
16
volumes :
17
17
- /home/jenkins/brapi.org/brapi-test-server/properties/v2/application.properties:/home/brapi/properties/application.properties
18
18
keycloak-brapi :
19
- image : jboss/ keycloak:12.0.1
19
+ image : brapicoordinatorselby/brapi- keycloak:latest
20
20
restart : unless-stopped
21
- depends_on :
21
+ entrypoint : /opt/keycloak/bin/kc.sh start --optimized --proxy edge
22
+ depends_on :
22
23
- postgres
23
- volumes :
24
- - /home/jenkins/brapi.org/brapi-test-server/keycloak/standalone.xml:/opt/jboss/keycloak/standalone/configuration/standalone.xml
25
24
environment :
26
25
- KEYCLOAK_USER
27
26
- 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
34
32
postgres :
35
- image : postgres
33
+ image : postgres:13
36
34
restart : unless-stopped
37
- environment :
38
- - POSTGRES_USER
39
- - POSTGRES_PASSWORD
40
35
volumes :
41
36
- /home/jenkins/brapi.org/brapi-test-server/data:/var/lib/postgresql/data
42
37
networks :
You can’t perform that action at this time.
0 commit comments