1 parent cc214cd commit d355989Copy full SHA for d355989
1 file changed
render.yaml
@@ -6,7 +6,8 @@ services:
6
region: singapore
7
autoDeployTrigger: checksPass
8
healthCheckPath: /healthz
9
- dockerCommand: 'python main.py'
+ dockerfilePath: ./agent_service/Dockerfile
10
+ dockerContext: ./agent_service
11
envVars:
12
- key: SERVICE_HOST
13
value: "0.0.0.0"
@@ -60,7 +61,8 @@ services:
60
61
62
63
healthCheckPath: /_stcore/health
- dockerCommand: 'streamlit run app.py --server.port $PORT --server.address=0.0.0.0 --server.headless=true'
64
+ dockerfilePath: ./streamlit_ui/Dockerfile
65
+ dockerContext: ./streamlit_ui
66
67
- key: AGENT_SERVICE_URL
68
fromService:
0 commit comments