Skip to main content

Railway

To deploy your own Quirrel server to Railway, click this button:

Deploy to Railway

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:

- FROM ghcr.io/quirrel-dev/quirrel:main
+ FROM ghcr.io/quirrel-dev/quirrel:sha-f218c98

Check Quirrel's Docker image page to find the exact version you want to pin.

Use the PASSPHRASE you set during the creation to issue a new token:

curl --user ignored:<PASSPHRASE> -X PUT https://mighty-owl-production.up.railway.app/tokens/foo

You now have your own Quirrel instance 🥳

Next step: Connecting your application.