Skip to content

Commit e024c73

Browse files
Add configuration for onrender
Signed-off-by: Luis Valdes <[email protected]>
1 parent 5595874 commit e024c73

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
services:
2+
- type: web
3+
name: langgraph-agui-dojo
4+
runtime: python
5+
plan: free
6+
buildCommand: |
7+
chmod +x start.sh
8+
python -m pip install --upgrade pip
9+
pip install poetry
10+
startCommand: ./start.sh
11+
envVars:
12+
- key: PYTHON_VERSION
13+
value: "3.13.4"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
# Start the application
4+
exec pnpx @langchain/langgraph-cli@latest dev --no-browser --host 0.0.0.0 --port ${PORT:-8000}

0 commit comments

Comments
 (0)