docs: add flags to self-hosted (#2272)

This commit is contained in:
Vadym Barda
2024-10-31 11:11:26 -04:00
committed by GitHub
parent 0075080827
commit 9f29bbfce8
+2
View File
@@ -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" \