docs: document orchestrator env export
This commit is contained in:
@@ -117,6 +117,18 @@ docker compose ps
|
||||
curl http://127.0.0.1:8093/ready
|
||||
```
|
||||
|
||||
When Portal or the Shadow smoke process runs outside Compose, export the same
|
||||
service token into the child process environment. Plain `source` does not export
|
||||
new shell variables by itself:
|
||||
|
||||
```bash
|
||||
set -a
|
||||
source deploy/orchestrator/.env
|
||||
set +a
|
||||
export MEMIND_ORCHESTRATOR_URL=http://127.0.0.1:8093
|
||||
pnpm dev
|
||||
```
|
||||
|
||||
The Compose project:
|
||||
|
||||
- publishes only the Orchestrator port on loopback;
|
||||
|
||||
Reference in New Issue
Block a user