Skip to content

Commit d355989

Browse files
Asaif AliAsaif Ali
authored andcommitted
deployment fix
1 parent cc214cd commit d355989

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

render.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ services:
66
region: singapore
77
autoDeployTrigger: checksPass
88
healthCheckPath: /healthz
9-
dockerCommand: 'python main.py'
9+
dockerfilePath: ./agent_service/Dockerfile
10+
dockerContext: ./agent_service
1011
envVars:
1112
- key: SERVICE_HOST
1213
value: "0.0.0.0"
@@ -60,7 +61,8 @@ services:
6061
region: singapore
6162
autoDeployTrigger: checksPass
6263
healthCheckPath: /_stcore/health
63-
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
6466
envVars:
6567
- key: AGENT_SERVICE_URL
6668
fromService:

0 commit comments

Comments
 (0)