Skip to content

Commit d1aff9e

Browse files
committed
doc(bff): using bff
1 parent f78446f commit d1aff9e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,24 @@ git sparse-checkout set "deploy" "APP"
9696
# branch you wish to checkout
9797
git pull origin main
9898
```
99+
100+
101+
## Using BFF
102+
103+
If you run docker-compose with bff, by adding : --profile arango, to docker compose command.
104+
105+
You will have to set APIURL with the bff's url to match frontend/CLI and BFF
106+
107+
```bash
108+
docker compose --project-name <your-project> -f deploy/docker/docker-compose.yml --profile arango up
109+
```
110+
Example config:
111+
```bash
112+
[OGrEE-CLI]
113+
Verbose = "ERROR"
114+
APIURL = "http://127.0.0.1:BFF_PORT"
115+
...
116+
``````
117+
118+
119+

0 commit comments

Comments
 (0)