self-host langgraph
Some checks failed
Build and Push Agent Docker Image / build (push) Failing after 20s
Build and Push Web Docker Image / build (push) Failing after 3m10s

This commit is contained in:
2025-12-13 00:01:34 +01:00
parent 76e222a786
commit 0ff215c34f
7 changed files with 68 additions and 623 deletions

View File

@@ -110,7 +110,7 @@ The agent image is automatically built and pushed to `git.seaturtle.pw/cavepedia
| Variable | Required | Default | Description |
|----------|----------|---------|-------------|
| `LANGGRAPH_DEPLOYMENT_URL` | Yes | `http://localhost:8123` | URL to the LangGraph agent |
| `LANGGRAPH_DEPLOYMENT_URL` | Yes | `http://localhost:8000` | URL to the LangGraph agent |
| `AUTH0_SECRET` | Yes | - | Session encryption key (`openssl rand -hex 32`) |
| `AUTH0_DOMAIN` | Yes | - | Auth0 tenant domain |
| `AUTH0_CLIENT_ID` | Yes | - | Auth0 application client ID |