Connecting Services Inside a Project
Reach other services in the same project under their service names, without exposing anything publicly.
Last updated: May 12, 2026
Connecting Services Inside a Project
Services in the same project can reach each other under their service names. If you have a service named api and another named app-db, the api service can connect to app-db:5432 directly. No extra networking setup, no public ports.
See Databases for how to wire up a managed database alongside your web service.