Deploy on railway.app
Create Instance
Deploy production ready Authorizer instance using railway.app with postgres and redis for free
After clicking the above button, follow the steps mentioned below:
Step 1: Give permission for Github
Railway app will create a repository in your github account and will use that for further deployments

Step 2: Set the repository name
Default repository name will be authorizer-railway
but you can choose a different name and domain will be created accordingly
Step 3: Setup Instance
- Open authorizer instance endpoint in browser
- Sign up as an admin with a secure password
- Configure environment variables from authorizer dashboard. Check env docs for more information
Note:
DATABASE_URL
,DATABASE_TYPE
andDATABASE_NAME
are only configurable via platform envs
Update Instance
Update existing Authorizer on existing instance
-
You can update the docker image to the desired version in your repository which gets created with your deployment.