adds render.com support

This commit is contained in:
Jeff Loiselle
2023-01-04 13:25:00 -06:00
parent 72fac9db4f
commit fb96843970
2 changed files with 33 additions and 0 deletions

1
Dockerfile.render Normal file
View File

@@ -0,0 +1 @@
FROM calcom.docker.scarf.sh/calcom/cal.com

32
render.yaml Normal file
View File

@@ -0,0 +1,32 @@
services:
- type: web
name: cal-web
plan: standard
repo: https://github.com/calcom/docker.git
dockerfilePath: ./Dockerfile.render
env: docker
envVars:
- key: DATABASE_URL
fromDatabase:
name: cal-postgres
property: connectionString
- key: NEXT_PUBLIC_WEBAPP_URL
value: https://cal-web.onrender.com
- key: CALENDSO_ENCRYPTION_KEY
value: secret
- key: NEXTAUTH_URL
value: https://cal-web.onrender.com
- key: NEXTAUTH_SECRET
value: secret
- key: CRON_API_KEY
value: 0cc0e6c35519bba620c9360cfe3e68d0
databases:
- name: cal-postgres
plan: starter