Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/griggsca91/authorizer-railway
https://github.com/griggsca91/authorizer-railway
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/griggsca91/authorizer-railway
- Owner: griggsca91
- Created: 2023-04-07T00:35:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T00:35:26.000Z (almost 2 years ago)
- Last Synced: 2023-08-05T22:22:46.406Z (over 1 year ago)
- Language: Dockerfile
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authorizer Server on Railway App
Deploy production ready [authorizer.dev](https://authorizer.dev) instance using [railway.app](https://railway.app) with [PostgreSQL](https://github.com/authorizerdev/authorizer-railway) / [MySQL](https://github.com/authorizerdev/authorizer-railway/tree/with-mysql-redis) and Redis for free and build with it in 30seconds
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/nwXp1C?referralCode=FEF4uT)
## ✨ Features
- [Authorizer](https://authorizer.dev)
- [PostgreSQL](https://github.com/authorizerdev/authorizer-railway) / [MySQL](https://github.com/authorizerdev/authorizer-railway/tree/with-mysql-redis)
- REDIS## 💁♀️ How to use
- Click the Railway button 👆
- Configure the required environment variables. Checkout docs on [environment variables](https://docs.authorizer.dev/core/env/) to get more information.
- Deploy## 📝 Notes
- Source repo: https://github.com/authorizerdev/authorizer
- Docs: https://docs.authorizer.dev/deployment/railway/### Updating Authorizer on existing Railway instance
- You can update the [docker image](https://github.com/authorizerdev/authorizer-railway/blob/main/Dockerfile#L1) to the desired version in your repository which gets created with your deployment.
- You can find all the versions on [github](https://github.com/authorizerdev/authorizer/releases) or [dockerhub](https://hub.docker.com/r/lakhansamani/authorizer)