From 39ca0f8a7f9c9db41f84cfa814cff061f0e81328 Mon Sep 17 00:00:00 2001 From: Soham Sen Date: Mon, 11 Sep 2023 11:08:25 +0530 Subject: [PATCH] Updated readme for vercel --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42bf355..1d45375 100644 --- a/README.md +++ b/README.md @@ -63,12 +63,19 @@ yarn dev ```bash docker run --env-file .env -it -p 3000:3000 yureien/yabin:latest +# Or with Docker Compose +# Remember to change the DB password! +docker compose up ``` -#### In a Serverless Environment (Cloudflare Workers, Netlify, Vercel, etc.) +_Fun fact: At a point of time, my instance used to be hosted in a Kubernetes cluster_ + +#### Other Serverless Environments (Cloudflare Workers, Netlify etc.) I have not yet tested this, but this is made with SvelteKit. Please take a look at the [SvelteKit documentation](https://kit.svelte.dev/docs/adapters) for more information. If there are any issues, please open an issue, and I will put up a proper guide on how to deploy on such environmments. +My instance uses Vercel. Checkout the `vercel` branch for the Vercel configuration. + ## Public Instances If you host one and want to make it public, just open an issue and I will add it here!