We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb44dd2 commit 9ccfe90Copy full SHA for 9ccfe90
README.md
@@ -4,6 +4,7 @@
4
5
```bash
6
git clone https://github.com/AET-DevOps25/team-git-push-force.git && cd team-git-push-force
7
+# Edit docker-compose.yml line 135: Replace 'your_api_token' with your actual OpenWebUI API token
8
./start-dev.sh
9
```
10
@@ -12,6 +13,8 @@ git clone https://github.com/AET-DevOps25/team-git-push-force.git && cd team-git
12
13
- API Gateway at [http://localhost:8080](http://localhost:8080)
14
- Full stack running with real backend services
15
16
+> **Note:** Before running, edit `docker-compose.yml` line 135 and replace `your_api_token` with your actual OpenWebUI API token.
17
+
18
---
19
20
## Purpose
0 commit comments