File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ TUTORIAL_APP_PORT=3000
1919TUTORIAL_DUMMY_DEVICE_PORT = 3001
2020
2121# Keyrock variables
22- KEYROCK_VERSION = 8.1 .0-distroless
22+ KEYROCK_VERSION = 8.3 .0-distroless
2323KEYROCK_PORT = 3005
2424KEYROCK_HTTPS_PORT = 3443
2525IDM_HTTPS_ENABLED = false
2626
2727# MySQL variables
28- MYSQL_DB_VERSION = 5.7
28+ MYSQL_DB_VERSION = 8.0
2929MYSQL_DB_PORT = 3306
Original file line number Diff line number Diff line change 1+ tasks :
2+ - name : Pull Images
3+ init : ./services create
4+
15ports :
26 - name : Orion
37 description : Context Broker
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments