We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78446f commit f83fd21Copy full SHA for f83fd21
README.md
@@ -96,3 +96,23 @@ git sparse-checkout set "deploy" "APP"
96
# branch you wish to checkout
97
git pull origin main
98
```
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
111
+[OGrEE-CLI]
112
+Verbose = "ERROR"
113
+APIURL = "http://127.0.0.1:BFF_PORT"
114
+...
115
+``````
116
117
118
0 commit comments