Skip to content

Commit f83fd21

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

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,23 @@ 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+
You will have to set APIURL with the bff's url to match frontend/CLI and BFF
105+
106+
```bash
107+
docker compose --project-name <your-project> -f deploy/docker/docker-compose.yml --profile arango up
108+
```
109+
Example config:
110+
```bash
111+
[OGrEE-CLI]
112+
Verbose = "ERROR"
113+
APIURL = "http://127.0.0.1:BFF_PORT"
114+
...
115+
``````
116+
117+
118+

0 commit comments

Comments
 (0)