Skip to content

Commit

Permalink
Fix links and format
Browse files Browse the repository at this point in the history
  • Loading branch information
ununhexium committed May 8, 2024
1 parent 7760c16 commit 5aaa6d3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions archived/broker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,30 +124,30 @@ Mid-development it might be un-pinned back to latest versions.

### Deployment Units

| Deployment Unit | Version / Details |
|----------------------------------------------------------------|---------------------------------------------------------------------------------------------------|
| Reverse Proxy that merges the UI+Backend and removes the ports | (deployment specific) |
| Postgresql | 15 or compatible version |
| Broker Backend | broker-server-ce, see [CHANGELOG.md](CHANGELOG.md) for compatible versions. |
| Broker UI | edc-ui, see [CHANGELOG.md](CHANGELOG.md) for compatible versions. |
| Deployment Unit | Version / Details |
|----------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Reverse Proxy that merges the UI+Backend and removes the ports | (deployment specific) |
| Postgresql | 15 or compatible version |
| Broker Backend | broker-server-ce, see [CHANGELOG.md](https://github.com/sovity/edc-broker-server-extension/blob/main/CHANGELOG.md) <!-- TODO fix link --> for compatible versions. |
| Broker UI | edc-ui, see [CHANGELOG.md](https://github.com/sovity/edc-broker-server-extension/blob/main/CHANGELOG.md) <!-- TODO fix link --> for compatible versions. |

### Configuration

There is a [docker-compose.yaml](docker-compose.yaml) to try out the broker locally. However, a productive release will
There is a [docker-compose-broker.yaml](../../docker-compose-broker.yaml) to try out the broker locally. However, a productive release will
require a few more configuration options, so you should only use it to check if the released version is roughly working
or if it's broken.

#### Reverse Proxy Configuration

- The broker is meant to be served via TLS/HTTPS.
- The broker is meant to be deployed with a reverse proxy merging the following ports:
- The UI's `8080` port.
- The Backend's `11002` port.
- The Backend's `11003` port.
- The UI's `8080` port.
- The Backend's `11002` port.
- The Backend's `11003` port.
- The mapping should look like this:
- `https://[MY_EDC_FQDN]/backend/api/dsp` -> `broker-backend:11003/backend/api/dsp`
- `https://[MY_EDC_FQDN]/backend/api/management` -> `broker-backend:11002/backend/api/management`
- All other requests -> `broker-ui:8080`
- `https://[MY_EDC_FQDN]/backend/api/dsp` -> `broker-backend:11003/backend/api/dsp`
- `https://[MY_EDC_FQDN]/backend/api/management` -> `broker-backend:11002/backend/api/management`
- All other requests -> `broker-ui:8080`

#### Backend Configuration

Expand Down

0 comments on commit 5aaa6d3

Please sign in to comment.