T3 Postgres
The popular T3 App ready to go on Railway with Postgres.
railway-t3-template
pgvr/railway-t3-template
Just deployed
Postgres
railwayapp-templates/postgres-ssl:latest
Just deployed
/var/lib/postgresql/data
Overview
This starter was scaffolded with the T3 App CLI using:
- Tailwind
- Prisma
- tRPC
- NextAuth
You will need to add your own NextAuth providers in
src/server/auth.ts
, there's none configured by default.
Database migrations are configured to run as part of the start
command. If you plan on using multiple replicas I would suggest to move the migrations into the build
command.
Learn more
For more information about create-t3-app please head over to https://create.t3.gg/en/introduction or join the discord https://t3.gg/discord
Contribute
If you have any suggestions, don't hesitate to open an issue in the template repo.
Template Content
railway-t3-template
pgvr/railway-t3-templateNEXTAUTH_SECRET
32 character secret key to sign tokens (Try CMD-K to generate one)