Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading