https://github.com/quirrel-dev/quirrel-on-railway
https://github.com/quirrel-dev/quirrel-on-railway
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quirrel-dev/quirrel-on-railway
- Owner: quirrel-dev
- Created: 2022-02-21T16:57:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:59:09.000Z (over 2 years ago)
- Last Synced: 2025-01-11T02:44:36.655Z (about 1 year ago)
- Language: Dockerfile
- Size: 9.77 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quirrel on Railway
To deploy your own Quirrel server to Railway, click this button:
[](https://railway.app/new/template/quirrel)
During the process, Railway will clone this repository for you. In there, you find a `Dockerfile`. To pin down your Quirrel version, update its tag:
```diff
- FROM ghcr.io/quirrel-dev/quirrel:main
+ FROM ghcr.io/quirrel-dev/quirrel:sha-f218c98
```
Check Quirrel's [Docker image page](https://github.com/quirrel-dev/quirrel/pkgs/container/quirrel) to find the exact version you want to pin.
Use the `PASSPHRASE` you set during the creation to issue a new token:
```sh
curl --user ignored: -X PUT https://mighty-owl-production.up.railway.app/tokens/foo
```
You now have your own Quirrel instance 🥳
Next step: [Connecting your application](https://docs.quirrel.dev/deploying).