Skip to content

Commit

Permalink
chore: add render.yml file to try deploying on render.com
Browse files Browse the repository at this point in the history
  • Loading branch information
sali72 committed Dec 10, 2024
1 parent 4570478 commit 294b93b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions render.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
services:
- type: web
name: my-net-worth
env: docker
dockerfilePath: Dockerfile
startCommand: uvicorn app.main:app --reload --host 0.0.0.0 --port $PORT
dependsOn:
- name: mongodb

- type: private_service
name: mongodb
env: docker
image: mongo:4.2.3-bionic
# disk:
# name: mongo-data
# mountPath: /data/db
# sizeGB: 1
# envVars:
# - file: .env

0 comments on commit 294b93b

Please sign in to comment.