docs(iac): author database TCP proxies with db.networking - #1339
Closed
paulocsanz wants to merge 1 commit into
Closed
docs(iac): author database TCP proxies with db.networking#1339paulocsanz wants to merge 1 commit into
paulocsanz wants to merge 1 commit into
Conversation
The database helpers take no networking options, so the reference now
shows how a pulled file carries an existing proxy
(db.networking = { tcpProxies: { "5432": {} } }), how to assert a
database stays private ({ tcpProxies: {} }), and that a database without
a networking block keeps the proxies it has.
Pairs with railwayapp/cli#1168.
|
🚅 Deployed to the docs-pr-1339 environment in 🪄 *.railway.com
8 services not affected by this PR
|
railway-app
Bot
temporarily deployed
to
*.railway.com / docs-pr-1339
September 4, 2026 16:27
Destroyed
Growth check — AMH estimate#1339 @ Files considered:
SEO leg (Google surface)20–68 visits/mo AEO leg (AI assistants)1–3.1 visits/mo Gates
Keyword candidates for the AMH panelNone found for this content. Caveats & verification stamps
How to go deeperAsk an agent with the Ahrefs cost: 865 API units · How AMH is calculated |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds a Public TCP proxies subsection to the IaC reference's Databases section.
The database helpers take no networking options, so the reference now shows how a pulled file carries an existing proxy (
db.networking = { tcpProxies: { "5432": {} } }), how to assert a database stays private (db.networking = { tcpProxies: {} }), and that a database without anetworkingblock keeps whatever proxies it has.Documents the behavior shipped by railwayapp/cli#1169 (fix for railwayapp/cli#1168).