Skip to content

Commit

Permalink
adds render.com support
Browse files Browse the repository at this point in the history
  • Loading branch information
phishy committed Jan 4, 2023
1 parent 72fac9d commit fb96843
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.render
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM calcom.docker.scarf.sh/calcom/cal.com
32 changes: 32 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fb96843

Please sign in to comment.