Skip to content

Commit fab48aa

Browse files
committed
doc(bff): using bff
1 parent e5e161b commit fab48aa

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ git sparse-checkout set "deploy" "APP"
9797
git 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+
```

0 commit comments

Comments
 (0)