Skip to content

Commit 94c4a0e

Browse files
author
Dennis Labordus
committed
Updated Docker Image versions.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 6f4bdb6 commit 94c4a0e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ docker-compose down -v
4141

4242
The option '-v' also removes the volumes created, so all data is lost with this option.
4343

44+
### Known issue with Docker Compose
45+
46+
Using the current configuration with Keycloak and OpenResty (lua-resty-session) sometimes gives an error "**state from argument does not match state restored from session**".
47+
This mostly happens after using logout or the session is expired. The login page is shown, but after login this error is shown.
48+
Just open the url [http://localhost/](http://localhost/) again and OpenSCD is shown again also being logged in.
49+
4450
## Keycloak Demo Configuration
4551
For demo purposes, a [demo Keycloak configuration](compas/keycloak/keycloak_compas_realm.json) is created which can be imported when
4652
running a Keycloak instance.

compas/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
scl-data-service:
4040
labels:
4141
compas: true
42-
image: "lfenergy/compas-scl-data-service:0.8.2"
42+
image: "lfenergy/compas-scl-data-service:0.8.3"
4343
environment:
4444
- BASEX_HOST=basex
4545
- BASEX_PORT=1984
@@ -63,7 +63,7 @@ services:
6363
cim-mapping:
6464
labels:
6565
compas: true
66-
image: "lfenergy/compas-cim-mapping:0.7.4"
66+
image: "lfenergy/compas-cim-mapping:0.7.5"
6767
environment:
6868
- JWT_VERIFY_KEY=http://keycloak:8080/auth/realms/compas/protocol/openid-connect/certs
6969
- JWT_VERIFY_ISSUER=http://${COMPAS_HOSTNAME}/auth/realms/compas
@@ -81,7 +81,7 @@ services:
8181
open-scd:
8282
labels:
8383
compas: true
84-
image: "lfenergy/compas-open-scd:v0.7.1-compas-1"
84+
image: "lfenergy/compas-open-scd:v0.7.1-compas-2"
8585
healthcheck:
8686
test: ["CMD", "curl", "-f", "http://localhost/"]
8787
interval: 30s

0 commit comments

Comments
 (0)