From d1aff9e7631ae875932ba0f6f47316cb7c6509d2 Mon Sep 17 00:00:00 2001 From: Valentin Beauchamp Date: Thu, 17 Aug 2023 11:04:29 +0200 Subject: [PATCH] doc(bff): using bff --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 630a62095..0a7c58d73 100644 --- a/README.md +++ b/README.md @@ -96,3 +96,24 @@ 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 -f deploy/docker/docker-compose.yml --profile arango up +``` +Example config: +```bash +[OGrEE-CLI] +Verbose = "ERROR" +APIURL = "http://127.0.0.1:BFF_PORT" +... +`````` + + +