File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ git sparse-checkout set "deploy" "APP"
9797git pull origin main
9898```
9999
100-
101100# 🔁 OGree-Core GitFlow
102101
103102![ Workflows diagram] ( /assets/images/main.jpg )
@@ -153,4 +152,21 @@ If build workflow is trigger by a release bracnh, workflow will tag OGree-Core w
153152- TEAM_DOCKER_URL: Url of the docker registry
154153- TEAM_DOCKER_PASSWORD: password of the docker registry
155154- TEAM_DOCKER_USERNAME: username of the docker registry
156- - SVC_GITHUB_TOKEN: an admin github token ( required to trigger build workflow since 08/2022 )
155+ - SVC_GITHUB_TOKEN: an admin github token ( required to trigger build workflow since 08/2022 )
156+
157+ # Using BFF
158+
159+ If you run docker-compose with bff, by adding : --profile arango, to docker compose command.
160+
161+ You will have to set APIURL with the bff's url to match frontend/CLI and BFF
162+
163+ ``` bash
164+ docker compose --project-name < your-project> -f deploy/docker/docker-compose.yml --profile arango up
165+ ```
166+ Example config:
167+ ``` bash
168+ [OGrEE-CLI]
169+ Verbose = " ERROR"
170+ APIURL = " http://127.0.0.1:BFF_PORT"
171+ ...
172+ ```
You can’t perform that action at this time.
0 commit comments