Skip to content

Commit

Permalink
"@builder6/server": "^0.7.4"
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Dec 19, 2024
1 parent 08363ae commit d6e1af6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/enterprise/app/builder6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"license": "MIT",
"private": true,
"dependencies": {
"@builder6/server": "^0.7.3"
"@builder6/server": "^0.7.4"
}
}
8 changes: 8 additions & 0 deletions deploy/enterprise/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ services:
- B6_PLUGIN_PACKAGES=@builder6/node-red@^0.7.2,lodash
- B6_PLUGIN_SERVICES=@builder6/node-red
- B6_PLUGIN_MODULES=@builder6/node-red
- STEEDOS_IDENTITY_OIDC_ENABLED=true
- STEEDOS_IDENTITY_OIDC_ISSUER=https://id.steedos.cn/realms/master
- STEEDOS_IDENTITY_OIDC_CONFIG_URL=https://id.steedos.cn/realms/master/.well-known/openid-configuration
- STEEDOS_IDENTITY_OIDC_CLIENT_ID=steedos-oidc-public
- STEEDOS_IDENTITY_OIDC_CLIENT_SECRET=none
- STEEDOS_IDENTITY_OIDC_NAME=Steedos ID
- STEEDOS_IDENTITY_OIDC_LABEL=Steedos ID
- STEEDOS_IDENTITY_OIDC_URL=/api/v6/oidc/default/login
tty: true
volumes:
- "./steedos-storage:/steedos-storage"
Expand Down

0 comments on commit d6e1af6

Please sign in to comment.