File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ services:
4444 - ./wait-for-plugins-and-start.sh:/opt/app-root/src/wait-for-plugins-and-start.sh:Z
4545 - ./configs:/opt/app-root/src/configs:Z
4646 - dynamic-plugins-root:/opt/app-root/src/dynamic-plugins-root
47+ - extensions-catalog:/marketplace
4748 depends_on :
4849 install-dynamic-plugins :
4950 condition : service_completed_successfully
@@ -68,6 +69,8 @@ services:
6869 - ./local-plugins:/opt/app-root/src/local-plugins:Z
6970 - ./configs:/opt/app-root/src/configs:Z
7071 - dynamic-plugins-root:/dynamic-plugins-root
72+ - extensions-catalog:/marketplace
7173
7274volumes :
73- dynamic-plugins-root:
75+ dynamic-plugins-root :
76+ extensions-catalog :
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ BASE_URL=http://localhost:7007
1111# to use bleeding edge :next images or commercially supported images, see README.md for details
1212# RHDH_IMAGE=quay.io/rhdh-community/rhdh:1.8
1313
14+ # Path in the install-dynamic-plugins container where the extensions catalog entities should be extracted to, from the catalog index image
15+ # Requires RHDH 1.9+ to be handled
16+ CATALOG_ENTITIES_EXTRACT_DIR = /marketplace
17+
1418# GitHub auth (you need to uncomment github auth section in configs/app-config.local.yaml to enable this)
1519# AUTH_GITHUB_CLIENT_ID=
1620# AUTH_GITHUB_CLIENT_SECRET=
You can’t perform that action at this time.
0 commit comments