mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-24 00:22:25 +02:00
docs: add flags to self-hosted (#2272)
This commit is contained in:
@@ -55,6 +55,8 @@ When running this server, you need to pass three environment variables:
|
||||
|
||||
```shell
|
||||
docker run \
|
||||
--env-file .env \
|
||||
-p 8123:8000 \
|
||||
-e REDIS_URI="foo" \
|
||||
-e DATABASE_URI="bar" \
|
||||
-e LANGSMITH_API_KEY="baz" \
|
||||
|
||||
Reference in New Issue
Block a user