M55: restore private RAGcore routing
MobilityOps acceptance / backend (push) Failing after 18s
MobilityOps acceptance / frontend (push) Successful in 27s
MobilityOps acceptance / e2e (push) Skipped

This commit is contained in:
NuklearRabbit
2026-08-24 03:45:09 +02:00
parent 81e3fd63bd
commit 444e61253b
4 changed files with 70 additions and 1 deletions
+12
View File
@@ -22,6 +22,18 @@ Create `.env` from `.env.example`, replace every placeholder secret, set
The internal `1236` listener is
an upstream for the TLS proxy, not a user-facing URL.
When RAGcore runs as a separate Compose project on the same host, keep its HTTP listener
private and configure Fleet Ops through the existing shared Docker network, for example:
```dotenv
RAGCORE_BASE_URL=http://ragcore-app:8080
RAGCORE_DOCKER_NETWORK=ragcore-proxy
```
The release deployer validates the network, attaches only the API replicas and takes the
non-secret RAGcore URL from the server `.env` on every promotion. Tokens and the remaining
resolved API environment continue to be inherited without being printed.
```bash
cd /mnt/user/appdata/mobilityops
./deploy/unraid/configure-env.sh \