Skip to content

Commit

Permalink
doc(bff): using bff
Browse files Browse the repository at this point in the history
  • Loading branch information
vbeaucha committed Aug 17, 2023
1 parent f78446f commit f83fd21
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,23 @@ git sparse-checkout set "deploy" "APP"
# branch you wish to checkout
git pull origin main
```


## Using BFF

If you run docker-compose with bff, by adding : --profile arango, to docker compose command
You will have to set APIURL with the bff's url to match frontend/CLI and BFF

```bash
docker compose --project-name <your-project> -f deploy/docker/docker-compose.yml --profile arango up
```
Example config:
```bash
[OGrEE-CLI]
Verbose = "ERROR"
APIURL = "http://127.0.0.1:BFF_PORT"
...
``````



0 comments on commit f83fd21

Please sign in to comment.