Skip to content

Commit 1307e53

Browse files
committed
Update to 8.3
1 parent 3750ed3 commit 1307e53

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ TUTORIAL_APP_PORT=3000
1919
TUTORIAL_DUMMY_DEVICE_PORT=3001
2020

2121
# Keyrock variables
22-
KEYROCK_VERSION=8.1.0-distroless
22+
KEYROCK_VERSION=8.3.0-distroless
2323
KEYROCK_PORT=3005
2424
KEYROCK_HTTPS_PORT=3443
2525
IDM_HTTPS_ENABLED=false
2626

2727
# MySQL variables
28-
MYSQL_DB_VERSION=5.7
28+
MYSQL_DB_VERSION=8.0
2929
MYSQL_DB_PORT=3306

.gitpod.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
tasks:
2+
- name: Pull Images
3+
init: ./services create
4+
15
ports:
26
- name: Orion
37
description: Context Broker

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ services:
9797
- IDM_ADMIN_USER=alice
9898
- IDM_ADMIN_EMAIL=alice-the-admin@test.com
9999
- IDM_ADMIN_PASS=test
100+
- IDM_CSP_FORM_ACTION=*
100101
secrets:
101102
- my_secret_data
102103
healthcheck:

0 commit comments

Comments
 (0)