A dedicated PostgreSQL instance is provisioned and connected to Permify over Railway’s private network. The database connection is configured automatically—no manual setup required.
Both ports are accessible over Railway’s private network by default. To expose them publicly, configure a public domain in your Railway service settings.
By default, Permify runs on Railway’s private network with no public access. To verify the deployment:Option 1: Check Railway logsView the deployment logs in Railway’s dashboard. A successful start shows:
🚀 grpc server successfully started: 3478🚀 http server successfully started: 3476
Option 2: Expose a public domainTo test externally, add a public domain in Railway’s service settings (Settings → Networking → Public Networking). Then:
curl https://<your-public-domain>/healthz
You should see:
{"status":"SERVING"}
Option 3: From another Railway serviceYour application can reach Permify on the private network at: