Phase Console
A railway template to deploy Phase Secrets Manager.
frontend
phasehq/frontend:latest
Just deployed
worker
phasehq/backend:latest
Just deployed
backend
phasehq/backend:latest
Just deployed
Redis
bitnami/redis:7.2.5
Just deployed
/bitnami
Postgres
railwayapp-templates/postgres-ssl:16
Just deployed
/var/lib/postgresql/data
railway-nginx
phasehq/railway-nginx:latest
Just deployed
Phase is an open source platform for fast-moving engineering teams to secure and deploy application secrets — from development to production.
Website: https://phsae.dev
GitHub: https://github.com/phasehq/console
Docs: https://docs.phase.dev
Slack: https://slack.phase.dev
Template Content
frontend
phasehq/frontend:latestNEXTAUTH_SECRET
A 32 byte hex encoded secret key for the Phase frontend service. Please generate locally on your machine using openssl rand -hex 32
NEXT_PUBLIC_NEXTAUTH_PROVIDERS
A lower-case, comma separated list of SSO auth providers that are to be used to log into to Phase. Example: google,github,gitlab
worker
phasehq/backend:latestbackend
phasehq/backend:latestSECRET_KEY
A 32 byte hex encoded secret key for the Phase Backend service. Please generate locally on your machine using openssl rand -hex 32
SERVER_SECRET
A 32 byte hex encoded server secret key for the Phase Backend service. Please generate locally on your machine using openssl rand -hex 32
Redis
bitnami/redis:7.2.5REDIS_PASSWORD
Generate a secure random redis password using: openssl rand -hex 32
POSTGRES_PASSWORD
Please generate a secure Postgresql password using: openssl rand -hex 32
railway-nginx
phasehq/railway-nginx:latest