Address for internal DNS resolution
23brewert
PROOP

a month ago

Hey Folks I am trying to convert budibase's docker compose spec to run on railway but I have an issue, it requires an address for internal DNS resolution for the private domains ex: bbproxy-dev.up.railway.app there is no documentation on this.

https://docs.budibase.com/docs/docker-compose

https://raw.githubusercontent.com/Budibase/budibase/master/hosting/docker-compose.yaml

11 Replies

(no markdown available for this content)


Keep in mind that private networking is not available during the build phase.


23brewert
PROOP

a month ago

I saw that page it doesnt not mention an internal DNS server for resolving hostnames, I do not have a way to disable the resolver.


23brewert
PROOP

a month ago

it needs an DNS server address ex: 1.1.1.1:53 but for resolving the local railway private domains


a month ago

You don't need to set one, the resolver available to the system is already capable of resolving private domains.


23brewert
PROOP

a month ago

There is no way to disable the manual resolver and their proxy isnt listed in github to fork it.


23brewert
PROOP

a month ago

it was designed for docker and to use the docker engine dns to resolve the hostname for containers, but I had to adapt it to railway


a month ago

Then use fd12::10 but this address is provided with zero assurances, you should essentially assume this address will change at some point in the future.


23brewert
PROOP

a month ago

Is there an ipv4 address for this?


a month ago

No


23brewert
PROOP

a month ago

Okay I will see if they can come up with a way to disable to resolver then,

if I remove the resolver variable I get the following error:

2026/04/12 04:26:42 [error] 32#32: recv() failed (111: Connection refused) while resolving, resolver: 127.0.0.11:53


Welcome!

Sign in to your Railway account to join the conversation.

Loading...