We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78446f commit d1aff9eCopy full SHA for d1aff9e
1 file changed
README.md
@@ -96,3 +96,24 @@ 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
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
112
+[OGrEE-CLI]
113
+Verbose = "ERROR"
114
+APIURL = "http://127.0.0.1:BFF_PORT"
115
+...
116
+``````
117
118
119
0 commit comments