Skip to content

Commit 4cee53b

Browse files
authored
feat: support northflank deployment (calcom#24571)
1 parent c289fac commit 4cee53b

4 files changed

Lines changed: 101 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,10 @@ for Logger level to be set at info, for example.
234234

235235
</details>
236236

237-
If you don't want to create a local DB. Then you can also consider using services like railway.app or render.
237+
If you don't want to create a local DB. Then you can also consider using services like railway.app, Northflank or render.
238238

239239
- [Setup postgres DB with railway.app](https://docs.railway.app/guides/postgresql)
240+
- [Setup postgres DB with Northflank](https://northflank.com/guides/deploy-postgres-database-on-northflank)
240241
- [Setup postgres DB with render](https://render.com/docs/databases)
241242

242243
1. Copy and paste your `DATABASE_URL` from `.env` to `.env.appStore`.
@@ -390,6 +391,12 @@ Cal.com, Inc. does not provide official support for Docker, but we will accept f
390391

391392
You can deploy Cal.com on [Railway](https://railway.app) using the button above. The team at Railway also have a [detailed blog post](https://blog.railway.app/p/calendso) on deploying Cal.com on their platform.
392393

394+
### Northflank
395+
396+
[![Deploy on Northflank](https://assets.northflank.com/deploy_to_northflank_smm_36700fb050.svg)](https://northflank.com/stacks/deploy-calcom)
397+
398+
You can deploy Cal.com on [Northflank](https://northflank.com) using the button above. The team at Northflank also have a [detailed blog post](https://northflank.com/guides/deploy-calcom-with-northflank) on deploying Cal.com on their platform.
399+
393400
### Vercel
394401

395402
Currently Vercel Pro Plan is required to be able to Deploy this application with Vercel, due to limitations on the number of serverless functions on the free plan.

0 commit comments

Comments
 (0)