From 2e5a39b7176ba5db757a723201388f732809703b Mon Sep 17 00:00:00 2001 From: vanadium23 Date: Thu, 6 Mar 2025 13:09:01 +0300 Subject: [PATCH] docs: add railway template to deploy kompanion closes #10 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15c7d08..0598f24 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,11 @@ Features, that can buy you in: ## Installation -### Docker (preferred) +### Railway (preferred) + +[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/template/n9t_1r?referralCode=Wkt51Y) + +### Docker 1. you need a postgresql instance 2. run `docker run -e KOMPANION_PG_URL=postgres://... -e KOMPANION_AUTH_PASSWORD=password -e KOMPANION_AUTH_USERNAME=username kompanion` , where you pass pg url and admin username and password to init