Skip to content

Commit

Permalink
Merge pull request #1 from Ashbaby4life01/Ashbaby4life01-patch-1
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
Ashbaby4life01 authored Dec 31, 2024
2 parents e9d39a6 + 7c75e7d commit ef8e638
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions render.yaml full build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
services:
- type: web
name: ai-support-app
env: python
buildCommand: pip install -r requirements.txt
startCommand: uvicorn backend.main:app --host 0.0.0.0 --port $PORT
envVars:
- key: PYTHON_VERSION
value: 3.9.0
- key: ENVIRONMENT
value: production
healthCheckPath: /
autoDeploy: true

0 comments on commit ef8e638

Please sign in to comment.