From f83fd21f11ff8f6c821b8cf39c345d532d1565d0 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 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 630a62095..f04848104 100644 --- a/README.md +++ b/README.md @@ -96,3 +96,23 @@ 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" +... +`````` + + +