File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ services:
23
23
- PROXY_ADDRESS_FORWARDING=true
24
24
25
25
scl-data-service :
26
- image : " lfenergycompas/compas-scl-data-service:0.6.3 "
26
+ image : " lfenergycompas/compas-scl-data-service:0.8.1 "
27
27
environment :
28
28
- BASEX_HOST=basex
29
29
- BASEX_PORT=1984
@@ -33,12 +33,14 @@ services:
33
33
- JWT_GROUPS_PATH=resource_access/scl-data-service/roles
34
34
- USERINFO_NAME_CLAIMNAME=name
35
35
- USERINFO_WHO_CLAIMNAME=name
36
+ - USERINFO_SESSION_WARNING=20
37
+ - USERINFO_SESSION_EXPIRES=30
36
38
depends_on :
37
39
- basex
38
40
- keycloak
39
41
40
42
cim-mapping :
41
- image : " lfenergycompas/compas-cim-mapping:0.6.1 "
43
+ image : " lfenergycompas/compas-cim-mapping:0.7.2 "
42
44
environment :
43
45
- JWT_VERIFY_KEY=http://keycloak:8080/auth/realms/compas/protocol/openid-connect/certs
44
46
- JWT_VERIFY_ISSUER=http://localhost/auth/realms/compas
@@ -49,7 +51,7 @@ services:
49
51
- keycloak
50
52
51
53
open-scd :
52
- image : " lfenergycompas/compas-open-scd:v0.7.0-compas-5 "
54
+ image : " lfenergycompas/compas-open-scd:v0.7.0-compas-6 "
53
55
depends_on :
54
56
- scl-data-service
55
57
- cim-mapping
You can’t perform that action at this time.
0 commit comments